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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp155 void PredicateBlock(MachineBasicBlock *MBB, bool ReversePredicate);
338 void SSAIfConv::PredicateBlock(MachineBasicBlock *MBB, bool ReversePredicate) { function in class:SSAIfConv
638 PredicateBlock(TBB, /*ReversePredicate=*/false);
643 PredicateBlock(FBB, /*ReversePredicate=*/true);
H A DIfConversion.cpp277 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, function in class:IfConverter

Completed in 110 milliseconds