Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp552 auto HasNextInstruction = [](Instruction *I) { in findLocationForEntrySafepoint() local
561 assert(HasNextInstruction(I) && in findLocationForEntrySafepoint()
570 for (Cursor = &F.getEntryBlock().front(); HasNextInstruction(Cursor); in findLocationForEntrySafepoint()
587 assert((HasNextInstruction(Cursor) || Cursor->isTerminator()) && in findLocationForEntrySafepoint()