HomeSort by relevance Sort by last modified time
    Searched refs:TIB (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
BranchFolding.cpp     [all...]
IfConversion.cpp 567 MachineBasicBlock::iterator TIB = TrueBBI.BB->begin();
571 while (TIB != TIE && FIB != FIE) {
573 if (TIB->isDebugValue()) {
574 while (TIB != TIE && TIB->isDebugValue())
575 ++TIB;
576 if (TIB == TIE)
585 if (!TIB->isIdenticalTo(FIB))
588 ++TIB;
594 while (TIE != TIB) {
    [all...]

Completed in 775 milliseconds