HomeSort by: relevance | last modified time | path
    Searched refs:PredicateBlock (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
EarlyIfConversion.cpp 156 void PredicateBlock(MachineBasicBlock *MBB, bool ReversePredicate);
340 void SSAIfConv::PredicateBlock(MachineBasicBlock *MBB, bool ReversePredicate) {
694 PredicateBlock(TBB, /*ReversePredicate=*/false);
699 PredicateBlock(FBB, /*ReversePredicate=*/true);
IfConversion.cpp 277 void PredicateBlock(BBInfo &BBI,
1584 PredicateBlock(*CvtBBI, CvtMBB.end(), Cond);
1694 PredicateBlock(*CvtBBI, CvtMBB.end(), Cond);
1980 PredicateBlock(*BBI1, MBB1.end(), *Cond1, &RedefsByFalse);
1999 PredicateBlock(*BBI2, DI2, *Cond2);
2135 void IfConverter::PredicateBlock(BBInfo &BBI,

Completed in 33 milliseconds