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 547 MachineBasicBlock::iterator TIB = TrueBBI.BB->begin();
551 while (TIB != TIE && FIB != FIE) {
553 if (TIB->isDebugValue()) {
554 while (TIB != TIE && TIB->isDebugValue())
555 ++TIB;
556 if (TIB == TIE)
565 if (!TIB->isIdenticalTo(FIB))
568 ++TIB;
574 while (TIE != TIB) {
    [all...]

Completed in 169 milliseconds