Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDRewriteStatepointsForGC.cpp2267 auto LiveInst = cast<Instruction>(V); in insertParsePoints() local
2268 assert(DT.isReachableFromEntry(LiveInst->getParent()) && in insertParsePoints()
2270 assert(DT.dominates(LiveInst, info.StatepointToken) && in insertParsePoints()