Home
last modified time | relevance | path

Searched refs:PredicateBlock (Results 1 – 2 of 2) 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