Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DIfConversion.cpp215 void CopyAndPredicateBlock(BBInfo &ToBBI, BBInfo &FromBBI,
1112 CopyAndPredicateBlock(BBI, *CvtBBI, Cond); in IfConvertSimple()
1225 CopyAndPredicateBlock(BBI, *CvtBBI, Cond, true); in IfConvertTriangle()
1591 void IfConverter::CopyAndPredicateBlock(BBInfo &ToBBI, BBInfo &FromBBI, in CopyAndPredicateBlock() function in IfConverter