/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LowerInvoke.cpp | 47 static bool runImpl(Function &F) { in runImpl() function 80 return runImpl(F); in runOnFunction() 91 bool Changed = runImpl(F); in run()
|
D | InjectTLIMappings.cpp | 139 static bool runImpl(const TargetLibraryInfo &TLI, Function &F) { in runImpl() function 153 runImpl(TLI, F); in run() 164 return runImpl(TLI, F); in runOnFunction()
|
D | LibCallsShrinkWrap.cpp | 523 static bool runImpl(Function &F, const TargetLibraryInfo &TLI, in runImpl() function 540 return runImpl(F, TLI, DT); in runOnFunction() 555 if (!runImpl(F, TLI, DT)) in run()
|
D | SymbolRewriter.cpp | 547 return Impl.runImpl(M); in runOnModule() 551 if (!runImpl(M)) in run() 557 bool RewriteSymbolPass::runImpl(Module &M) { in runImpl() function in RewriteSymbolPass
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | InstSimplifyPass.cpp | 31 static bool runImpl(Function &F, const SimplifyQuery &SQ, in runImpl() function 111 return runImpl(F, SQ, ORE); in runOnFunction() 139 bool Changed = runImpl(F, SQ, &ORE); in run()
|
D | SpeculativeExecution.cpp | 148 return Impl.runImpl(F, TTI); in runOnFunction() 153 bool SpeculativeExecutionPass::runImpl(Function &F, TargetTransformInfo *TTI) { in runImpl() function in llvm::SpeculativeExecutionPass 313 bool Changed = runImpl(F, TTI); in run()
|
D | AlignmentFromAssumptions.cpp | 382 return Impl.runImpl(F, AC, SE, DT); in runOnFunction() 385 bool AlignmentFromAssumptionsPass::runImpl(Function &F, AssumptionCache &AC, in runImpl() function in AlignmentFromAssumptionsPass 405 if (!runImpl(F, AC, &SE, &DT)) in run()
|
D | NaryReassociate.cpp | 177 return Impl.runImpl(F, AC, DT, SE, TLI, TTI); in runOnFunction() 188 if (!runImpl(F, AC, DT, SE, TLI, TTI)) in run() 197 bool NaryReassociatePass::runImpl(Function &F, AssumptionCache *AC_, in runImpl() function in NaryReassociatePass
|
D | Float2Int.cpp | 66 return Impl.runImpl(F, DT); in runOnFunction() 518 bool Float2IntPass::runImpl(Function &F, const DominatorTree &DT) { in runImpl() function in Float2IntPass 544 if (!runImpl(F, DT)) in run()
|
D | LoopDistribute.cpp | 975 static bool runImpl(Function &F, LoopInfo *LI, DominatorTree *DT, in runImpl() function 1028 return runImpl(F, LI, DT, SE, ORE, GetLAA); in runOnFunction() 1066 bool Changed = runImpl(F, &LI, &DT, &SE, &ORE, GetLAA); in run()
|
D | MergeICmps.cpp | 863 static bool runImpl(Function &F, const TargetLibraryInfo &TLI, in runImpl() function 907 return runImpl(F, TLI, TTI, AA, DTWP ? &DTWP->getDomTree() : nullptr); in runOnFunction() 939 const bool MadeChanges = runImpl(F, TLI, TTI, AA, DT); in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
D | SpeculativeExecution.h | 77 bool runImpl(Function &F, TargetTransformInfo *TTI);
|
D | AlignmentFromAssumptions.h | 32 bool runImpl(Function &F, AssumptionCache &AC, ScalarEvolution *SE_,
|
D | Float2Int.h | 30 bool runImpl(Function &F, const DominatorTree &DT);
|
D | SROA.h | 122 PreservedAnalyses runImpl(Function &F, DominatorTree &RunDT,
|
D | MemCpyOptimizer.h | 52 bool runImpl(Function &F, MemoryDependenceResults *MD_,
|
D | NaryReassociate.h | 107 bool runImpl(Function &F, AssumptionCache *AC_, DominatorTree *DT_,
|
D | ConstantHoisting.h | 129 bool runImpl(Function &F, TargetTransformInfo &TTI, DominatorTree &DT,
|
D | JumpThreading.h | 98 bool runImpl(Function &F, TargetLibraryInfo *TLI_, LazyValueInfo *LVI_,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | AggressiveInstCombine.cpp | 352 static bool runImpl(Function &F, TargetLibraryInfo &TLI, DominatorTree &DT) { in runImpl() function 375 return runImpl(F, TLI, DT); in runOnFunction() 382 if (!runImpl(F, TLI, DT)) { in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | PruneEH.cpp | 63 static bool runImpl(CallGraphSCC &SCC, CallGraph &CG) { in runImpl() function 182 return runImpl(SCC, CG); in runOnSCC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | SymbolRewriter.h | 131 bool runImpl(Module &M);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/ |
D | LoopVectorize.h | 149 bool runImpl(Function &F, ScalarEvolution &SE_, LoopInfo &LI_,
|
D | SLPVectorizer.h | 80 bool runImpl(Function &F, ScalarEvolution *SE_, TargetTransformInfo *TTI_,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ExpandMemCmp.cpp | 812 auto PA = runImpl(F, TLI, TTI, TL, PSI, BFI); in runOnFunction() 825 PreservedAnalyses runImpl(Function &F, const TargetLibraryInfo *TLI, 856 PreservedAnalyses ExpandMemCmpPass::runImpl( in runImpl() function in __anon975bb6de0111::ExpandMemCmpPass
|