Searched refs:PredicateBlock (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | EarlyIfConversion.cpp | 154 void PredicateBlock(MachineBasicBlock *MBB, bool ReversePredicate); 344 void SSAIfConv::PredicateBlock(MachineBasicBlock *MBB, bool ReversePredicate) { in PredicateBlock() function in SSAIfConv 698 PredicateBlock(TBB, /*ReversePredicate=*/false); in convertIf() 703 PredicateBlock(FBB, /*ReversePredicate=*/true); in convertIf()
|
| H A D | IfConversion.cpp | 275 void PredicateBlock(BBInfo &BBI, 1582 PredicateBlock(*CvtBBI, CvtMBB.end(), Cond); in IfConvertSimple() 1692 PredicateBlock(*CvtBBI, CvtMBB.end(), Cond); in IfConvertTriangle() 1978 PredicateBlock(*BBI1, MBB1.end(), *Cond1, &RedefsByFalse); in IfConvertDiamondCommon() 1997 PredicateBlock(*BBI2, DI2, *Cond2); in IfConvertDiamondCommon() 2133 void IfConverter::PredicateBlock(BBInfo &BBI, in PredicateBlock() function in IfConverter
|