Searched refs:CalledValue (Results 1 – 4 of 4) sorted by relevance
346 auto *CalledValue = CB->getCalledOperand(); in computeFunctionSummary() local348 if (CalledValue && !CalledFunction) { in computeFunctionSummary()349 CalledValue = CalledValue->stripPointerCasts(); in computeFunctionSummary()351 CalledFunction = dyn_cast<Function>(CalledValue); in computeFunctionSummary()355 if (auto *GA = dyn_cast<GlobalAlias>(CalledValue)) { in computeFunctionSummary()381 cast<GlobalValue>(CalledValue))]; in computeFunctionSummary()396 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()
1533 auto *CalledValue = CB->getCalledOperand(); in simplifySuspendPoint() local1537 if (CalledValue != SubFn && CalledValue->user_empty()) in simplifySuspendPoint()1538 if (auto *I = dyn_cast<Instruction>(CalledValue)) in simplifySuspendPoint()
1248 func (v Value) CalledValue() (rv Value) { func