Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DIfConversion.cpp281 void CopyAndPredicateBlock(BBInfo &ToBBI, BBInfo &FromBBI,
1578 CopyAndPredicateBlock(BBI, *CvtBBI, Cond); in IfConvertSimple()
1690 CopyAndPredicateBlock(BBI, *CvtBBI, Cond, true); in IfConvertTriangle()
2178 void IfConverter::CopyAndPredicateBlock(BBInfo &ToBBI, BBInfo &FromBBI, in CopyAndPredicateBlock() function in IfConverter