Searched refs:ACall (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | AlignmentFromAssumptions.cpp | 189 bool AlignmentFromAssumptionsPass::processAssumption(CallInst *ACall, in processAssumption() argument 193 if (!extractAlignmentInfo(ACall, Idx, AAPtr, AlignSCEV, OffSCEV)) in processAssumption() 207 if (J == ACall) in processAssumption() 211 if (K->getFunction() == ACall->getFunction()) in processAssumption() 218 if (!isValidAssumeForContext(ACall, J, DT)) in processAssumption() 227 if (!isValidAssumeForContext(ACall, J, DT)) in processAssumption() 236 if (!isValidAssumeForContext(ACall, J, DT)) in processAssumption()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Metadata.cpp | 1256 const CallInst *ACall = dyn_cast<CallInst>(AInstr); in getMergedProfMetadata() local 1260 if (ACall && BCall && ACall->getCalledFunction() && in getMergedProfMetadata()
|