Searched refs:AlignmentFromAssumptionsPass (Results 1 – 4 of 4) sorted by relevance
29 struct AlignmentFromAssumptionsPass struct30 : public PassInfoMixin<AlignmentFromAssumptionsPass> {
72 AlignmentFromAssumptionsPass Impl;209 bool AlignmentFromAssumptionsPass::extractAlignmentInfo(CallInst *I, in extractAlignmentInfo()236 bool AlignmentFromAssumptionsPass::processAssumption(CallInst *ACall, in processAssumption()334 bool AlignmentFromAssumptionsPass::runImpl(Function &F, AssumptionCache &AC, in runImpl()352 AlignmentFromAssumptionsPass::run(Function &F, FunctionAnalysisManager &AM) { in run()
201 FUNCTION_PASS("alignment-from-assumptions", AlignmentFromAssumptionsPass())
1317 FPM.addPass(AlignmentFromAssumptionsPass()); in addVectorPasses()