Searched refs:HasNextInstruction (Results 1 – 1 of 1) sorted by relevance
398 auto HasNextInstruction = [](Instruction *I) { in findLocationForEntrySafepoint() local407 assert(HasNextInstruction(I) && in findLocationForEntrySafepoint()416 for (Cursor = &F.getEntryBlock().front(); HasNextInstruction(Cursor); in findLocationForEntrySafepoint()433 assert((HasNextInstruction(Cursor) || Cursor->isTerminator()) && in findLocationForEntrySafepoint()