Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DADCE.cpp365 Instruction *LiveInst = Worklist.pop_back_val(); in markLiveInstructions() local
366 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()
H A DRewriteStatepointsForGC.cpp2854 auto *LiveInst = cast<Instruction>(V); in insertParsePoints() local
2855 assert(DT.isReachableFromEntry(LiveInst->getParent()) && in insertParsePoints()
2857 assert(DT.dominates(LiveInst, Info.StatepointToken) && in insertParsePoints()