Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp414 auto hasNextInstruction = [](Instruction *I) { in findLocationForEntrySafepoint() local
422 auto nextInstruction = [&hasNextInstruction](Instruction *I) { in findLocationForEntrySafepoint()
423 assert(hasNextInstruction(I) && in findLocationForEntrySafepoint()
433 for (cursor = &F.getEntryBlock().front(); hasNextInstruction(cursor); in findLocationForEntrySafepoint()
450 assert((hasNextInstruction(cursor) || cursor->isTerminator()) && in findLocationForEntrySafepoint()