Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp187 std::vector<BBInfo> BBAnalysis; member in __anon4149301f0111::IfConverter
475 BBAnalysis.resize(MF.getNumBlockIDs()); in INITIALIZE_PASS_DEPENDENCY()
595 BBAnalysis.clear(); in INITIALIZE_PASS_DEPENDENCY()
1221 BBInfo &BBI = BBAnalysis[BB->getNumber()]; in AnalyzeBlock()
1457 BBInfo &PBBI = BBAnalysis[Predecessor->getNumber()]; in InvalidatePreds()
1519 BBInfo &TrueBBI = BBAnalysis[BBI.TrueBB->getNumber()]; in IfConvertSimple()
1604 BBInfo &TrueBBI = BBAnalysis[BBI.TrueBB->getNumber()]; in IfConvertTriangle()
1639 BBInfo &PBBI = BBAnalysis[PBB->getNumber()]; in IfConvertTriangle()
1995 BBInfo &TrueBBI = BBAnalysis[BBI.TrueBB->getNumber()]; in IfConvertForkedDiamond()
2030 BBInfo &TrueBBI = BBAnalysis[BBI.TrueBB->getNumber()]; in IfConvertDiamond()
[all …]