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

  /external/llvm/lib/Transforms/Utils/
BreakCriticalEdges.cpp 123 BasicBlock *TIBB = TI->getParent();
132 TIBB->getName() + "." + DestBB->getName() + "_crit_edge");
141 Function &F = *TIBB->getParent();
142 Function::iterator FBBI = TIBB->getIterator();
146 // merge incoming values from NewBB instead of from TIBB.
150 // We no longer enter through TIBB, now we come in through NewBB.
152 // TIBB to come from NewBB.
157 // win because we don't have to scan the PHI looking for TIBB. This
160 if (PN->getIncomingBlock(BBIdx) != TIBB)
161 BBIdx = PN->getBasicBlockIndex(TIBB);
    [all...]
SimplifyCFG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BreakCriticalEdges.cpp 177 BasicBlock *TIBB = TI->getParent();
186 TIBB->getName() + "." + DestBB->getName() + "_crit_edge");
195 Function &F = *TIBB->getParent();
196 Function::iterator FBBI = TIBB;
200 // merge incoming values from NewBB instead of from TIBB.
204 // We no longer enter through TIBB, now we come in through NewBB.
206 // TIBB to come from NewBB.
211 // win because we don't have to scan the PHI looking for TIBB. This
214 if (PN->getIncomingBlock(BBIdx) != TIBB)
215 BBIdx = PN->getBasicBlockIndex(TIBB);
    [all...]
SimplifyCFG.cpp 619 BasicBlock *TIBB = TI->getParent();
621 if (PredCases[i].second == TIBB) {
642 for (succ_iterator SI = succ_begin(TIBB), e = succ_end(TIBB); SI != e; ++SI)
644 (*SI)->removePredecessor(TIBB);
    [all...]

Completed in 222 milliseconds