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, 193 if (!extractAlignmentInfo(ACall, Idx, AAPtr, AlignSCEV, OffSCEV)) in processAssumption() 207 if (J == ACall) in processAssumption() 217 if (!isValidAssumeForContext(ACall, J, DT)) in processAssumption() 226 if (!isValidAssumeForContext(ACall, J, DT)) in processAssumption() 235 if (!isValidAssumeForContext(ACall, J, DT)) in processAssumption() 190 processAssumption(CallInst * ACall,unsigned Idx) processAssumption() argument
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Metadata.cpp | 1228 const CallInst *ACall = dyn_cast<CallInst>(AInstr); in getMergedProfMetadata() local 1232 if (ACall && BCall && ACall->getCalledFunction() && in getMergedProfMetadata()
|