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

/external/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp169 /// convertIf - If-convert the last block passed to canConvertIf(), assuming
171 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
631 // convertIf can remove TBB, FBB, and Tail can be merged into Head.
768 IfConv.convertIf(RemovedBlocks);

Completed in 68 milliseconds