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 571 MachineBasicBlock::iterator TIB = TrueBBI.BB->begin();
575 while (TIB != TIE && FIB != FIE) {
577 if (TIB->isDebugValue()) {
578 while (TIB != TIE && TIB->isDebugValue())
579 ++TIB;
580 if (TIB == TIE)
589 if (!TIB->isIdenticalTo(FIB))
592 ++TIB;
598 while (TIE != TIB) {
    [all...]

Completed in 504 milliseconds