Searched refs:hasNextInstruction (Results 1 – 1 of 1) sorted by relevance
414 auto hasNextInstruction = [](Instruction *I) { in findLocationForEntrySafepoint() local422 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()