Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DIfConversion.cpp1115 BBInfo *NextBBI = &FalseBBI; in IfConvertSimple() local
1119 std::swap(CvtBBI, NextBBI); in IfConvertSimple()
1141 Redefs.addLiveIns(*NextBBI->BB); in IfConvertSimple()
1146 DontKill.addLiveIns(*NextBBI->BB); in IfConvertSimple()
1167 if (!canFallThroughTo(BBI.BB, NextBBI->BB)) { in IfConvertSimple()
1168 InsertUncondBranch(BBI.BB, NextBBI->BB, TII); in IfConvertSimple()
1201 BBInfo *NextBBI = &FalseBBI; in IfConvertTriangle() local
1206 std::swap(CvtBBI, NextBBI); in IfConvertTriangle()
1246 Redefs.addLiveIns(*NextBBI->BB); in IfConvertTriangle()
1255 CvtNext = MBPI->getEdgeProbability(CvtBBI->BB, NextBBI->BB); in IfConvertTriangle()
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DIfConversion.cpp1022 BBInfo *NextBBI = &FalseBBI; in IfConvertSimple() local
1026 std::swap(CvtBBI, NextBBI); in IfConvertSimple()
1044 InitPredRedefs(NextBBI->BB, Redefs, TRI); in IfConvertSimple()
1060 if (!canFallThroughTo(BBI.BB, NextBBI->BB)) { in IfConvertSimple()
1061 InsertUncondBranch(BBI.BB, NextBBI->BB, TII); in IfConvertSimple()
1094 BBInfo *NextBBI = &FalseBBI; in IfConvertTriangle() local
1099 std::swap(CvtBBI, NextBBI); in IfConvertTriangle()
1135 InitPredRedefs(NextBBI->BB, Redefs, TRI); in IfConvertTriangle()
1167 bool isFallThrough = canFallThroughTo(BBI.BB, NextBBI->BB); in IfConvertTriangle()
1173 NextBBI->BB->pred_size() == 1 && !NextBBI->HasFallThrough) { in IfConvertTriangle()
[all …]