Searched defs:TIB (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp1604 MachineBasicBlock::iterator TIB = TBB->begin(); local
1608 while (TIB != TIE && FIB != FIE) {
1610 if (TIB->isDebugValue()) {
1611 while (TIB != TIE && TIB->isDebugValue())
1612 ++TIB;
1613 if (TIB == TIE)
1622 if (!TIB->isIdenticalTo(FIB, MachineInstr::CheckKillDead))
1625 if (TII->isPredicated(TIB))
1630 for (unsigned i = 0, e = TIB
[all...]

Completed in 75 milliseconds