Searched refs:LiveInst (Results 1 – 2 of 2) sorted by relevance
365 Instruction *LiveInst = Worklist.pop_back_val(); in markLiveInstructions() local366 LLVM_DEBUG(dbgs() << "work live: "; LiveInst->dump();); in markLiveInstructions()368 for (Use &OI : LiveInst->operands()) in markLiveInstructions()372 if (auto *PN = dyn_cast<PHINode>(LiveInst)) in markLiveInstructions()
2854 auto *LiveInst = cast<Instruction>(V); in insertParsePoints() local2855 assert(DT.isReachableFromEntry(LiveInst->getParent()) && in insertParsePoints()2857 assert(DT.dominates(LiveInst, Info.StatepointToken) && in insertParsePoints()