Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp277 void CopyAndPredicateBlock(BBInfo &ToBBI, BBInfo &FromBBI,
1562 CopyAndPredicateBlock(BBI, *CvtBBI, Cond); in IfConvertSimple()
1674 CopyAndPredicateBlock(BBI, *CvtBBI, Cond, true); in IfConvertTriangle()
2160 void IfConverter::CopyAndPredicateBlock(BBInfo &ToBBI, BBInfo &FromBBI, in CopyAndPredicateBlock() function in IfConverter