Searched refs:runImpl (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp829 static bool runImpl(Function &F, LazyValueInfo *LVI, DominatorTree *DT, function
922 return runImpl(F, LVI, DT, getBestSimplifyQuery(*this, F));
930 bool Changed = runImpl(F, LVI, DT, getBestSimplifyQuery(AM, F));
H A DLoopDistribute.cpp974 static bool runImpl(Function &F, LoopInfo *LI, DominatorTree *DT, function
1027 return runImpl(F, LI, DT, SE, ORE, GetLAA);
1065 bool Changed = runImpl(F, &LI, &DT, &SE, &ORE, GetLAA);
H A DMergeICmps.cpp863 static bool runImpl(Function &F, const TargetLibraryInfo &TLI, function in namespace:__anon4690
907 return runImpl(F, TLI, TTI, AA, DTWP ? &DTWP->getDomTree() : nullptr);
939 const bool MadeChanges = runImpl(F, TLI, TTI, AA, DT);
H A DMemCpyOptimizer.cpp1361 bool MadeChange = runImpl(F, &MD, &TLI, LookupAliasAnalysis,
1373 bool MemCpyOptPass::runImpl( function in class:MemCpyOptPass
1419 return Impl.runImpl(F, MD, TLI, LookupAliasAnalysis, LookupAssumptionCache,
H A DGVN.cpp646 bool Changed = runImpl(F, AC, DT, TLI, AA, MemDep, LI, &ORE);
2137 bool GVN::runImpl(Function &F, AssumptionCache &RunAC, DominatorTree &RunDT, function in class:GVN
2727 return Impl.runImpl(
H A DJumpThreading.cpp320 bool Changed = Impl.runImpl(F, TLI, LVI, AA, &DTU, F.hasProfileData(),
345 bool Changed = runImpl(F, &TLI, &LVI, &AA, &DTU, F.hasProfileData(),
357 bool JumpThreadingPass::runImpl(Function &F, TargetLibraryInfo *TLI_, function in class:JumpThreadingPass
H A DSROA.cpp4674 PreservedAnalyses SROA::runImpl(Function &F, DominatorTree &RunDT,
4732 return runImpl(F, AM.getResult<DominatorTreeAnalysis>(F),
4755 auto PA = Impl.runImpl(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp794 auto PA = runImpl(F, TLI, TTI, TL, PSI, BFI);
807 PreservedAnalyses runImpl(Function &F, const TargetLibraryInfo *TLI,
838 PreservedAnalyses ExpandMemCmpPass::runImpl( function in class:__anon3459::ExpandMemCmpPass
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1492 static bool runImpl(CallGraphSCC &SCC, AARGetterT AARGetter) {
1518 return runImpl(SCC, LegacyAARGetter(*this));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1640 return Impl.runImpl(F, *SE, *LI, *TTI, *DT, *BFI, TLI, *DB, *AA, *AC,
8008 LoopVectorizeResult LoopVectorizePass::runImpl(
8100 runImpl(F, SE, LI, TTI, DT, BFI, &TLI, DB, AA, AC, GetLAA, ORE, PSI);
H A DSLPVectorizer.cpp5638 return Impl.runImpl(F, SE, TTI, TLI, AA, LI, DT, AC, DB, ORE);
5673 bool Changed = runImpl(F, SE, TTI, TLI, AA, LI, DT, AC, DB, ORE);
5684 bool SLPVectorizerPass::runImpl(Function &F, ScalarEvolution *SE_,

Completed in 287 milliseconds

12