Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DAlignmentFromAssumptions.cpp305 bool AlignmentFromAssumptions::processAssumption(CallInst *ACall) { in processAssumption() argument
308 if (!extractAlignmentInfo(ACall, AAPtr, AlignSCEV, OffSCEV)) in processAssumption()
317 if (J == ACall) in processAssumption()
321 if (isValidAssumeForContext(ACall, K, DT)) in processAssumption()
405 if (!Visited.count(K) && isValidAssumeForContext(ACall, K, DT)) in processAssumption()