Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DEarlyIfConversion.cpp155 void PredicateBlock(MachineBasicBlock *MBB, bool ReversePredicate);
338 void SSAIfConv::PredicateBlock(MachineBasicBlock *MBB, bool ReversePredicate) { in PredicateBlock() function in SSAIfConv
637 PredicateBlock(TBB, /*ReversePredicate=*/false); in convertIf()
642 PredicateBlock(FBB, /*ReversePredicate=*/true); in convertIf()
DIfConversion.cpp276 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