Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DIfConversion.cpp273 void PredicateBlock(BBInfo &BBI,
1466 PredicateBlock(*CvtBBI, CvtMBB.end(), Cond); in IfConvertSimple()
1576 PredicateBlock(*CvtBBI, CvtMBB.end(), Cond); in IfConvertTriangle()
1850 PredicateBlock(*BBI1, MBB1.end(), *Cond1, &RedefsByFalse); in IfConvertDiamondCommon()
1869 PredicateBlock(*BBI2, DI2, *Cond2); in IfConvertDiamondCommon()
2005 void IfConverter::PredicateBlock(BBInfo &BBI, in PredicateBlock() function in IfConverter