Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Scalar/
DAlignmentFromAssumptions.h28 struct AlignmentFromAssumptionsPass struct
29 : public PassInfoMixin<AlignmentFromAssumptionsPass> {
/external/llvm/lib/Transforms/Scalar/
DAlignmentFromAssumptions.cpp69 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()
/external/llvm/lib/Passes/
DPassRegistry.def129 FUNCTION_PASS("alignment-from-assumptions", AlignmentFromAssumptionsPass())