Searched refs:AlignmentFromAssumptionsPass (Results 1 – 4 of 4) sorted by relevance
29 struct AlignmentFromAssumptionsPass struct30 : public PassInfoMixin<AlignmentFromAssumptionsPass> {
159 bool AlignmentFromAssumptionsPass::extractAlignmentInfo(CallInst *I, in extractAlignmentInfo()189 bool AlignmentFromAssumptionsPass::processAssumption(CallInst *ACall, in processAssumption()282 bool AlignmentFromAssumptionsPass::runImpl(Function &F, AssumptionCache &AC, in runImpl()300 AlignmentFromAssumptionsPass::run(Function &F, FunctionAnalysisManager &AM) { in run()
300 FUNCTION_PASS("alignment-from-assumptions", AlignmentFromAssumptionsPass())
1302 FPM.addPass(AlignmentFromAssumptionsPass()); in addVectorPasses()