Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2774 Info.LiveSet.remove_if([&](Value *LiveV) { in insertParsePoints() argument
2775 assert(PointerToBase.count(LiveV) && "Missed base for derived pointer"); in insertParsePoints()
2776 return isa<Constant>(PointerToBase[LiveV]); in insertParsePoints()