Home
last modified time | relevance | path

Searched refs:HasNextInstruction (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp397 auto HasNextInstruction = [](Instruction *I) { in findLocationForEntrySafepoint() local
406 assert(HasNextInstruction(I) && in findLocationForEntrySafepoint()
415 for (Cursor = &F.getEntryBlock().front(); HasNextInstruction(Cursor); in findLocationForEntrySafepoint()
432 assert((HasNextInstruction(Cursor) || Cursor->isTerminator()) && in findLocationForEntrySafepoint()