Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp491 std::vector<CallSite> ParsePointNeeded; in runOnFunction() local
582 ParsePointNeeded.insert(ParsePointNeeded.end(), RuntimeCalls.begin(), in runOnFunction()
DRewriteStatepointsForGC.cpp2305 SmallVector<CallSite, 64> ParsePointNeeded; in runOnFunction() local
2311 ParsePointNeeded.push_back(CallSite(&I)); in runOnFunction()
2327 if (ParsePointNeeded.empty()) in runOnFunction()
2371 MadeChange |= insertParsePoints(F, DT, TTI, ParsePointNeeded); in runOnFunction()