Searched refs:CalledValue (Results 1 – 4 of 4) sorted by relevance
315 auto *CalledValue = CB->getCalledOperand(); in computeFunctionSummary() local317 if (CalledValue && !CalledFunction) { in computeFunctionSummary()318 CalledValue = CalledValue->stripPointerCasts(); in computeFunctionSummary()320 CalledFunction = dyn_cast<Function>(CalledValue); in computeFunctionSummary()324 if (auto *GA = dyn_cast<GlobalAlias>(CalledValue)) { in computeFunctionSummary()350 cast<GlobalValue>(CalledValue))]; in computeFunctionSummary()364 if (!CalledValue || isa<Constant>(CalledValue)) in computeFunctionSummary()
57 auto CalledValue = Call->getCalledOperand()->stripPointerCasts(); in findCalles() local58 if (auto DirectCall = dyn_cast<Function>(CalledValue)) in findCalles()
1418 auto *CalledValue = CB->getCalledOperand(); in simplifySuspendPoint() local1422 if (CalledValue != SubFn && CalledValue->user_empty()) in simplifySuspendPoint()1423 if (auto *I = dyn_cast<Instruction>(CalledValue)) in simplifySuspendPoint()
1282 func (v Value) CalledValue() (rv Value) { func