Searched defs:PredicateBlock (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DIfConversion.cpp219 void PredicateBlock(BBInfo &BBI,
1159 PredicateBlock(*CvtBBI, CvtBBI->BB->end(), Cond);
1273 PredicateBlock(*CvtBBI, CvtBBI->BB->end(), Cond);
1521 PredicateBlock(*BBI1, BBI1->BB->end(), *Cond1, &RedefsByFalse);
1536 PredicateBlock(*BBI2, DI2, *Cond2);
1611 /// PredicateBlock - Predicate instructions from the start of the block to the
1613 void IfConverter::PredicateBlock(BBInfo &BBI, function in class:IfConverter
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DIfConversion.cpp195 void PredicateBlock(BBInfo &BBI,
1052 PredicateBlock(*CvtBBI, CvtBBI->BB->end(), Cond, Redefs);
1146 PredicateBlock(*CvtBBI, CvtBBI->BB->end(), Cond, Redefs);
1297 PredicateBlock(*BBI1, BBI1->BB->end(), *Cond1, Redefs);
1311 PredicateBlock(*BBI2, DI2, *Cond2, Redefs);
1359 /// PredicateBlock - Predicate instructions from the start of the block to the
1361 void IfConverter::PredicateBlock(BBInfo &BBI, function in class:IfConverter

Completed in 68 milliseconds