Lines Matching refs:CallSite
193 std::vector<CallSite> &ParsePointsNeeded /*rval*/);
195 static bool needsStatepoint(const CallSite &CS) { in needsStatepoint()
209 static Value *ReplaceWithStatepoint(const CallSite &CS);
233 if (auto CS = CallSite(&I)) in containsUnconditionalCallSafepoint()
378 static bool doesNotRequireEntrySafepointBefore(const CallSite &CS) { in doesNotRequireEntrySafepointBefore()
443 if (auto CS = CallSite(cursor)) { in findLocationForEntrySafepoint()
458 std::vector<CallSite> &Found /*rval*/) { in findCallSafepoints()
463 CallSite CS(inst); in findCallSafepoints()
568 std::vector<CallSite> ParsePointNeeded; in runOnFunction()
659 std::vector<CallSite> RuntimeCalls; in runOnFunction()
670 std::vector<CallSite> Calls; in runOnFunction()
695 CallSite &CS = ParsePointNeeded[i]; in runOnFunction()
714 CallSite &CS = ParsePointNeeded[i]; in runOnFunction()
755 std::vector<CallSite> &ParsePointsNeeded /*rval*/) { in INITIALIZE_PASS_DEPENDENCY()
825 ParsePointsNeeded.push_back(CallSite(calls[i])); in INITIALIZE_PASS_DEPENDENCY()
833 static Value *ReplaceWithStatepoint(const CallSite &CS /* to replace */) { in ReplaceWithStatepoint()