Searched refs:ParsePointNeeded (Results 1 – 2 of 2) sorted by relevance
283 std::vector<CallBase *> ParsePointNeeded; in runImpl() local374 llvm::append_range(ParsePointNeeded, RuntimeCalls); in runImpl()
3070 SmallVector<CallBase *, 64> ParsePointNeeded; in runOnFunction() local3081 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()