Searched refs:AlignmentFromAssumptionsPass (Results 1 – 3 of 3) sorted by relevance
28 struct AlignmentFromAssumptionsPass struct29 : public PassInfoMixin<AlignmentFromAssumptionsPass> {
69 AlignmentFromAssumptionsPass Impl;200 bool AlignmentFromAssumptionsPass::extractAlignmentInfo(CallInst *I, in extractAlignmentInfo()294 bool AlignmentFromAssumptionsPass::processAssumption(CallInst *ACall) { in processAssumption()413 bool AlignmentFromAssumptionsPass::runImpl(Function &F, AssumptionCache &AC, in runImpl()431 AlignmentFromAssumptionsPass::run(Function &F, FunctionAnalysisManager &AM) { in run()
129 FUNCTION_PASS("alignment-from-assumptions", AlignmentFromAssumptionsPass())