Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DIfConversion.cpp189 std::vector<BBInfo> BBAnalysis; member in __anon2c00c9990111::IfConverter
477 BBAnalysis.resize(MF.getNumBlockIDs()); in INITIALIZE_PASS_DEPENDENCY()
599 BBAnalysis.clear(); in INITIALIZE_PASS_DEPENDENCY()
1225 BBInfo &BBI = BBAnalysis[BB->getNumber()]; in AnalyzeBlock()
1461 BBInfo &PBBI = BBAnalysis[Predecessor->getNumber()]; in InvalidatePreds()
1533 BBInfo &TrueBBI = BBAnalysis[BBI.TrueBB->getNumber()]; in IfConvertSimple()
1618 BBInfo &TrueBBI = BBAnalysis[BBI.TrueBB->getNumber()]; in IfConvertTriangle()
1653 BBInfo &PBBI = BBAnalysis[PBB->getNumber()]; in IfConvertTriangle()
2011 BBInfo &TrueBBI = BBAnalysis[BBI.TrueBB->getNumber()]; in IfConvertForkedDiamond()
2046 BBInfo &TrueBBI = BBAnalysis[BBI.TrueBB->getNumber()]; in IfConvertDiamond()
[all …]