Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DAlignmentFromAssumptions.cpp81 bool processAssumption(CallInst *I);
305 bool AlignmentFromAssumptions::processAssumption(CallInst *ACall) { in processAssumption() function in AlignmentFromAssumptions
424 Changed |= processAssumption(cast<CallInst>(AssumeVH)); in runOnFunction()