Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp283 std::vector<CallBase *> ParsePointNeeded; in runImpl() local
374 llvm::append_range(ParsePointNeeded, RuntimeCalls); in runImpl()
H A DRewriteStatepointsForGC.cpp3070 SmallVector<CallBase *, 64> ParsePointNeeded; in runOnFunction() local
3081 ParsePointNeeded.push_back(cast<CallBase>(&I)); in runOnFunction()
3090 if (ParsePointNeeded.empty() && Intrinsics.empty()) in runOnFunction()
3174 if (!ParsePointNeeded.empty()) in runOnFunction()
3176 insertParsePoints(F, DT, TTI, ParsePointNeeded, DVCache, KnownBases); in runOnFunction()