Searched refs:convertIf (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DEarlyIfConversion.cpp168 /// convertIf - If-convert the last block passed to canConvertIf(), assuming
170 void convertIf(SmallVectorImpl<MachineBasicBlock*> &RemovedBlocks);
503 /// convertIf - Execute the if conversion after canConvertIf has determined the
508 void SSAIfConv::convertIf(SmallVectorImpl<MachineBasicBlock*> &RemovedBlocks) { function in class:SSAIfConv
630 // convertIf can remove TBB, FBB, and Tail can be merged into Head.
767 IfConv.convertIf(RemovedBlocks);

Completed in 183 milliseconds