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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp184 /// convertIf - If-convert the last block passed to canConvertIf(), assuming
186 void convertIf(SmallVectorImpl<MachineBasicBlock *> &RemovedBlocks,
619 /// convertIf - Execute the if conversion after canConvertIf has determined the
624 void SSAIfConv::convertIf(SmallVectorImpl<MachineBasicBlock *> &RemovedBlocks, function in class:SSAIfConv
752 // convertIf can remove TBB, FBB, and Tail can be merged into Head.
891 IfConv.convertIf(RemovedBlocks);
1029 IfConv.convertIf(RemovedBlocks, /*Predicate*/ true);

Completed in 127 milliseconds