Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DIfConversion.cpp1028 BBInfo *NextBBI = &FalseBBI; in IfConvertSimple() local
1032 std::swap(CvtBBI, NextBBI); in IfConvertSimple()
1050 InitPredRedefs(NextBBI->BB, Redefs, TRI); in IfConvertSimple()
1066 if (!canFallThroughTo(BBI.BB, NextBBI->BB)) { in IfConvertSimple()
1067 InsertUncondBranch(BBI.BB, NextBBI->BB, TII); in IfConvertSimple()
1100 BBInfo *NextBBI = &FalseBBI; in IfConvertTriangle() local
1105 std::swap(CvtBBI, NextBBI); in IfConvertTriangle()
1141 InitPredRedefs(NextBBI->BB, Redefs, TRI); in IfConvertTriangle()
1173 bool isFallThrough = canFallThroughTo(BBI.BB, NextBBI->BB); in IfConvertTriangle()
1179 NextBBI->BB->pred_size() == 1 && !NextBBI->HasFallThrough) { in IfConvertTriangle()
[all …]