Searched refs:PredicateBlock (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | EarlyIfConversion.cpp | 154 void PredicateBlock(MachineBasicBlock *MBB, bool ReversePredicate); 343 void SSAIfConv::PredicateBlock(MachineBasicBlock *MBB, bool ReversePredicate) { in PredicateBlock() function in SSAIfConv 696 PredicateBlock(TBB, /*ReversePredicate=*/false); in convertIf() 701 PredicateBlock(FBB, /*ReversePredicate=*/true); in convertIf()
|
H A D | IfConversion.cpp | 273 void PredicateBlock(BBInfo &BBI, 1569 PredicateBlock(*CvtBBI, CvtMBB.end(), Cond); in IfConvertSimple() 1679 PredicateBlock(*CvtBBI, CvtMBB.end(), Cond); in IfConvertTriangle() 1963 PredicateBlock(*BBI1, MBB1.end(), *Cond1, &RedefsByFalse); in IfConvertDiamondCommon() 1982 PredicateBlock(*BBI2, DI2, *Cond2); in IfConvertDiamondCommon() 2118 void IfConverter::PredicateBlock(BBInfo &BBI, in PredicateBlock() function in IfConverter
|