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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp168 /// convertIf - If-convert the last block passed to canConvertIf(), assuming
170 void convertIf(SmallVectorImpl<MachineBasicBlock*> &RemovedBlocks);
502 /// convertIf - Execute the if conversion after canConvertIf has determined the
507 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 46 milliseconds