Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DIfConversion.cpp195 void PredicateBlock(BBInfo &BBI,
1052 PredicateBlock(*CvtBBI, CvtBBI->BB->end(), Cond, Redefs); in IfConvertSimple()
1146 PredicateBlock(*CvtBBI, CvtBBI->BB->end(), Cond, Redefs); in IfConvertTriangle()
1297 PredicateBlock(*BBI1, BBI1->BB->end(), *Cond1, Redefs); in IfConvertDiamond()
1311 PredicateBlock(*BBI2, DI2, *Cond2, Redefs); in IfConvertDiamond()
1361 void IfConverter::PredicateBlock(BBInfo &BBI, in PredicateBlock() function in IfConverter
/external/llvm/lib/CodeGen/
DIfConversion.cpp219 void PredicateBlock(BBInfo &BBI,
1159 PredicateBlock(*CvtBBI, CvtBBI->BB->end(), Cond); in IfConvertSimple()
1273 PredicateBlock(*CvtBBI, CvtBBI->BB->end(), Cond); in IfConvertTriangle()
1521 PredicateBlock(*BBI1, BBI1->BB->end(), *Cond1, &RedefsByFalse); in IfConvertDiamond()
1536 PredicateBlock(*BBI2, DI2, *Cond2); in IfConvertDiamond()
1613 void IfConverter::PredicateBlock(BBInfo &BBI, in PredicateBlock() function in IfConverter
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DIfConversion.cpp273 void PredicateBlock(BBInfo &BBI,
1466 PredicateBlock(*CvtBBI, CvtMBB.end(), Cond); in IfConvertSimple()
1576 PredicateBlock(*CvtBBI, CvtMBB.end(), Cond); in IfConvertTriangle()
1844 PredicateBlock(*BBI1, MBB1.end(), *Cond1, &RedefsByFalse); in IfConvertDiamondCommon()
1863 PredicateBlock(*BBI2, DI2, *Cond2); in IfConvertDiamondCommon()
1999 void IfConverter::PredicateBlock(BBInfo &BBI, in PredicateBlock() function in IfConverter