Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:ExitBlock

187       BasicBlock *ExitBlock = ExitBlocks[i];
189 // Get LiveIn value into the ExitBlock. If there are multiple
192 Value *LiveInValue = SSA.GetValueInMiddleOfBlock(ExitBlock);
207 auto *TargetLoop = LI.getLoopFor(ExitBlock);
238 for (BasicBlock *ExitBlock : LoopExitBlocks) {
239 if (BlockSet.insert(ExitBlock).second) {
240 ExitBlocks.push_back(ExitBlock);
241 InsertPts.push_back(&*ExitBlock->getFirstInsertionPt());