Home
last modified time | relevance | path

Searched refs:runImpl (Results 1 – 25 of 35) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerInvoke.cpp47 static bool runImpl(Function &F) { in runImpl() function
80 return runImpl(F); in runOnFunction()
91 bool Changed = runImpl(F); in run()
DInjectTLIMappings.cpp139 static bool runImpl(const TargetLibraryInfo &TLI, Function &F) { in runImpl() function
153 runImpl(TLI, F); in run()
164 return runImpl(TLI, F); in runOnFunction()
DLibCallsShrinkWrap.cpp523 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()
DSymbolRewriter.cpp547 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/
DInstSimplifyPass.cpp31 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()
DSpeculativeExecution.cpp148 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()
DAlignmentFromAssumptions.cpp382 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()
DNaryReassociate.cpp177 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
DFloat2Int.cpp66 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()
DLoopDistribute.cpp975 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()
DMergeICmps.cpp863 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/
DSpeculativeExecution.h77 bool runImpl(Function &F, TargetTransformInfo *TTI);
DAlignmentFromAssumptions.h32 bool runImpl(Function &F, AssumptionCache &AC, ScalarEvolution *SE_,
DFloat2Int.h30 bool runImpl(Function &F, const DominatorTree &DT);
DSROA.h122 PreservedAnalyses runImpl(Function &F, DominatorTree &RunDT,
DMemCpyOptimizer.h52 bool runImpl(Function &F, MemoryDependenceResults *MD_,
DNaryReassociate.h107 bool runImpl(Function &F, AssumptionCache *AC_, DominatorTree *DT_,
DConstantHoisting.h129 bool runImpl(Function &F, TargetTransformInfo &TTI, DominatorTree &DT,
DJumpThreading.h98 bool runImpl(Function &F, TargetLibraryInfo *TLI_, LazyValueInfo *LVI_,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp352 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/
DPruneEH.cpp63 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/
DSymbolRewriter.h131 bool runImpl(Module &M);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorize.h149 bool runImpl(Function &F, ScalarEvolution &SE_, LoopInfo &LI_,
DSLPVectorizer.h80 bool runImpl(Function &F, ScalarEvolution *SE_, TargetTransformInfo *TTI_,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp812 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

12