Searched refs:TIBB (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp123 BasicBlock *TIBB = TI->getParent(); local
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...]
H A DSimplifyCFG.cpp834 BasicBlock *TIBB = TI->getParent(); local
836 if (PredCases[i].Dest == TIBB) {
858 for (BasicBlock *Succ : successors(TIBB))
860 Succ->removePredecessor(TIBB);
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp177 BasicBlock *TIBB = TI->getParent(); local
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...]
H A DSimplifyCFG.cpp619 BasicBlock *TIBB = TI->getParent(); local
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);

Completed in 2769 milliseconds