Home
last modified time | relevance | path

Searched refs:PredicateBlock (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp156 void PredicateBlock(MachineBasicBlock *MBB, bool ReversePredicate);
340 void SSAIfConv::PredicateBlock(MachineBasicBlock *MBB, bool ReversePredicate) { in PredicateBlock() function in SSAIfConv
694 PredicateBlock(TBB, /*ReversePredicate=*/false); in convertIf()
699 PredicateBlock(FBB, /*ReversePredicate=*/true); in convertIf()
H A DIfConversion.cpp277 void PredicateBlock(BBInfo &BBI,
1584 PredicateBlock(*CvtBBI, CvtMBB.end(), Cond); in IfConvertSimple()
1694 PredicateBlock(*CvtBBI, CvtMBB.end(), Cond); in IfConvertTriangle()
1980 PredicateBlock(*BBI1, MBB1.end(), *Cond1, &RedefsByFalse); in IfConvertDiamondCommon()
1999 PredicateBlock(*BBI2, DI2, *Cond2); in IfConvertDiamondCommon()
2135 void IfConverter::PredicateBlock(BBInfo &BBI, in PredicateBlock() function in IfConverter