Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DIfConversion.cpp1536 BBInfo *NextBBI = &FalseBBI; in IfConvertSimple() local
1540 std::swap(CvtBBI, NextBBI); in IfConvertSimple()
1543 MachineBasicBlock &NextMBB = *NextBBI->BB; in IfConvertSimple()
1621 BBInfo *NextBBI = &FalseBBI; in IfConvertTriangle() local
1626 std::swap(CvtBBI, NextBBI); in IfConvertTriangle()
1629 MachineBasicBlock &NextMBB = *NextBBI->BB; in IfConvertTriangle()
1735 NextMBB.pred_size() == 1 && !NextBBI->HasFallThrough && in IfConvertTriangle()
1737 MergeBlocks(BBI, *NextBBI); in IfConvertTriangle()
1754 NextBBI->IsDone = true; in IfConvertTriangle()