Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp268 auto *CalledValue = CS.getCalledValue(); in computeFunctionSummary() local
270 if (CalledValue && !CalledFunction) { in computeFunctionSummary()
271 CalledValue = CalledValue->stripPointerCastsNoFollowAliases(); in computeFunctionSummary()
273 CalledFunction = dyn_cast<Function>(CalledValue); in computeFunctionSummary()
277 if (auto *GA = dyn_cast<GlobalAlias>(CalledValue)) { in computeFunctionSummary()
303 cast<GlobalValue>(CalledValue))]; in computeFunctionSummary()
317 if (!CalledValue || isa<Constant>(CalledValue)) in computeFunctionSummary()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp504 if (auto *CalledValue = Call->getCalledValue()) in addMustTailToCoroResumes() local
507 if (isa<CoroSubFnInst>(CalledValue->stripPointerCasts())) in addMustTailToCoroResumes()