Searched refs:AlignmentFromAssumptionsPass (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/ |
D | AlignmentFromAssumptions.h | 28 struct AlignmentFromAssumptionsPass struct 29 : public PassInfoMixin<AlignmentFromAssumptionsPass> {
|
/external/llvm/include/llvm/Transforms/Scalar/ |
D | AlignmentFromAssumptions.h | 28 struct AlignmentFromAssumptionsPass struct 29 : public PassInfoMixin<AlignmentFromAssumptionsPass> {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | AlignmentFromAssumptions.cpp | 69 AlignmentFromAssumptionsPass Impl; 200 bool AlignmentFromAssumptionsPass::extractAlignmentInfo(CallInst *I, in extractAlignmentInfo() 294 bool AlignmentFromAssumptionsPass::processAssumption(CallInst *ACall) { in processAssumption() 387 bool AlignmentFromAssumptionsPass::runImpl(Function &F, AssumptionCache &AC, in runImpl() 402 AlignmentFromAssumptionsPass::run(Function &F, FunctionAnalysisManager &AM) { in run()
|
/external/llvm/lib/Transforms/Scalar/ |
D | AlignmentFromAssumptions.cpp | 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()
|
/external/llvm/lib/Passes/ |
D | PassRegistry.def | 129 FUNCTION_PASS("alignment-from-assumptions", AlignmentFromAssumptionsPass())
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Passes/ |
D | PassRegistry.def | 145 FUNCTION_PASS("alignment-from-assumptions", AlignmentFromAssumptionsPass())
|
D | PassBuilder.cpp | 819 OptimizePM.addPass(AlignmentFromAssumptionsPass()); in buildModuleOptimizationPipeline() 1127 MainFPM.add(AlignmentFromAssumptionsPass()); in buildLTODefaultPipeline()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/ |
D | new-pm-thinlto-defaults.ll | 225 ; CHECK-POSTLINK-O-NEXT: Running pass: AlignmentFromAssumptionsPass
|
D | new-pm-defaults.ll | 247 ; CHECK-O-NEXT: Running pass: AlignmentFromAssumptionsPass
|