Home
last modified time | relevance | path

Searched refs:NextBBI (Results 1 – 4 of 4) 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/llvm-project/llvm/lib/CodeGen/
DIfConversion.cpp1538 BBInfo *NextBBI = &FalseBBI; in IfConvertSimple() local
1542 std::swap(CvtBBI, NextBBI); in IfConvertSimple()
1545 MachineBasicBlock &NextMBB = *NextBBI->BB; in IfConvertSimple()
1623 BBInfo *NextBBI = &FalseBBI; in IfConvertTriangle() local
1628 std::swap(CvtBBI, NextBBI); in IfConvertTriangle()
1631 MachineBasicBlock &NextMBB = *NextBBI->BB; in IfConvertTriangle()
1737 NextMBB.pred_size() == 1 && !NextBBI->HasFallThrough && in IfConvertTriangle()
1739 MergeBlocks(BBI, *NextBBI); in IfConvertTriangle()
1756 NextBBI->IsDone = true; in IfConvertTriangle()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DIfConversion.cpp1538 BBInfo *NextBBI = &FalseBBI; in IfConvertSimple() local
1542 std::swap(CvtBBI, NextBBI); in IfConvertSimple()
1545 MachineBasicBlock &NextMBB = *NextBBI->BB; in IfConvertSimple()
1623 BBInfo *NextBBI = &FalseBBI; in IfConvertTriangle() local
1628 std::swap(CvtBBI, NextBBI); in IfConvertTriangle()
1631 MachineBasicBlock &NextMBB = *NextBBI->BB; in IfConvertTriangle()
1737 NextMBB.pred_size() == 1 && !NextBBI->HasFallThrough && in IfConvertTriangle()
1739 MergeBlocks(BBI, *NextBBI); in IfConvertTriangle()
1756 NextBBI->IsDone = true; in IfConvertTriangle()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIInsertSkips.cpp242 auto NextBBI = std::next(MBB.getIterator()); in skipIfDead() local
244 I == MBB.end() && !llvm::is_contained(MBB.successors(), &*NextBBI); in skipIfDead()