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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp174 unsigned BBIdx = 0; local
181 // Reuse the previous value of BBIdx if it lines up. In cases where we
186 if (PN->getIncomingBlock(BBIdx) != TIBB)
187 BBIdx = PN->getBasicBlockIndex(TIBB);
188 PN->setIncomingBlock(BBIdx, NewBB);

Completed in 57 milliseconds