/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | DeadMachineInstructionElim.cpp | 38 bool runImpl(MachineFunction &MF); 56 return DeadMachineInstructionElimImpl().runImpl(MF); in runOnMachineFunction() 69 if (!DeadMachineInstructionElimImpl().runImpl(MF)) in run() 126 bool DeadMachineInstructionElimImpl::runImpl(MachineFunction &MF) { in runImpl() function in DeadMachineInstructionElimImpl
|
H A D | FinalizeISel.cpp | 44 static std::pair<bool, bool> runImpl(MachineFunction &MF) { in runImpl() function 89 return runImpl(MF).first; in runOnMachineFunction() 94 auto [Changed, PreserveCFG] = runImpl(MF); in run()
|
H A D | JMCInstrumenter.cpp | 45 static bool runImpl(Module &M); 52 bool runOnModule(Module &M) override { return runImpl(M); } in runOnModule() 58 bool Changed = runImpl(M); in run() 153 bool runImpl(Module &M) { in runImpl() function
|
H A D | IndirectBrExpandPass.cpp | 69 static bool runImpl(Function &F, const TargetLowering *TLI, 82 bool Changed = runImpl(F, TLI, DT ? &DTU : nullptr); in run() 102 bool runImpl(Function &F, const TargetLowering *TLI, DomTreeUpdater *DTU) { in runImpl() function 295 return runImpl(F, TLI, DTU ? &*DTU : nullptr); in runOnFunction()
|
H A D | ExpandLargeDivRem.cpp | 80 static bool runImpl(Function &F, const TargetLowering &TLI) { in runImpl() function 157 return runImpl(F, *TLI); in runOnFunction() 171 return runImpl(F, *STI->getTargetLowering()) ? PreservedAnalyses::none() in run()
|
H A D | ReplaceWithVeclib.cpp | 191 static bool runImpl(const TargetLibraryInfo &TLI, Function &F) { in runImpl() function 215 auto Changed = runImpl(TLI, F); in run() 240 return runImpl(TLI, F); in runOnFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerInvoke.cpp | 45 static bool runImpl(Function &F) { in runImpl() function 78 return runImpl(F); in runOnFunction() 89 bool Changed = runImpl(F); in run()
|
H A D | LowerGlobalDtors.cpp | 63 static bool runImpl(Module &M); 64 bool LowerGlobalDtorsLegacyPass::runOnModule(Module &M) { return runImpl(M); } in runOnModule() 68 bool Changed = runImpl(M); in run() 77 static bool runImpl(Module &M) { in runImpl() function
|
H A D | UnifyLoopExits.cpp | 216 static bool runImpl(LoopInfo &LI, DominatorTree &DT) { in runImpl() function 236 return runImpl(LI, DT); in runOnFunction() 246 if (!runImpl(LI, DT)) in run()
|
H A D | InjectTLIMappings.cpp | 125 static bool runImpl(const TargetLibraryInfo &TLI, Function &F) { 139 runImpl(TLI, F); in run() 126 static bool runImpl(const TargetLibraryInfo &TLI, Function &F) { runImpl() function
|
H A D | LoopVersioning.cpp | 260 bool runImpl(LoopInfo *LI, LoopAccessInfoManager &LAIs, DominatorTree *DT, in runImpl() function 303 if (runImpl(&LI, LAIs, &DT, &SE)) in run()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | InstSimplifyPass.cpp | 28 static bool runImpl(Function &F, const SimplifyQuery &SQ) { in runImpl() function 104 return runImpl(F, SQ); in runOnFunction() 130 bool Changed = runImpl(F, SQ); in run()
|
H A D | AnnotationRemarks.cpp | 42 static void runImpl(Function &F, const TargetLibraryInfo &TLI) { in runImpl() function 90 runImpl(F, TLI); in run()
|
H A D | TLSVariableHoist.cpp | 96 Impl.runImpl(Fn, getAnalysis<DominatorTreeWrapperPass>().getDomTree(), in runOnFunction() 261 bool TLSVariableHoistPass::runImpl(Function &Fn, DominatorTree &DT, 287 if (!runImpl(F, DT, LI)) in run() 262 bool TLSVariableHoistPass::runImpl(Function &Fn, DominatorTree &DT, runImpl() function in TLSVariableHoistPass
|
H A D | SpeculativeExecution.cpp | 149 return Impl.runImpl(F, TTI); in runOnFunction() 154 bool SpeculativeExecutionPass::runImpl(Function &F, TargetTransformInfo *TTI) { in runImpl() function in llvm::SpeculativeExecutionPass 353 bool Changed = runImpl(F, TTI); in run()
|
H A D | AlignmentFromAssumptions.cpp | 282 bool AlignmentFromAssumptionsPass::runImpl(Function &F, AssumptionCache &AC, in runImpl() 305 if (!runImpl(F, AC, &SE, &DT)) in run() 277 bool AlignmentFromAssumptionsPass::runImpl(Function &F, AssumptionCache &AC, runImpl() function in AlignmentFromAssumptionsPass
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCExpand.cpp | 43 static bool runImpl(Function &F) { in runImpl() function 93 if (!runImpl(F)) in run()
|
H A D | ObjCARCAPElim.cpp | 101 bool runImpl(Module &M) { in runImpl() function 151 if (!runImpl(M)) in run()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | SROA.h |
|
H A D | PlaceSafepoints.h | 63 bool runImpl(Function &F, const TargetLibraryInfo &TLI);
|
H A D | SpeculativeExecution.h | 82 bool runImpl(Function &F, TargetTransformInfo *TTI);
|
H A D | AlignmentFromAssumptions.h | 36 bool runImpl(Function &F, AssumptionCache &AC, ScalarEvolution *SE_,
|
H A D | Float2Int.h | 36 bool runImpl(Function &F, const DominatorTree &DT);
|
H A D | TLSVariableHoist.h | 108 bool runImpl(Function &F, DominatorTree &DT, LoopInfo &LI);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SymbolRewriter.h | 127 bool runImpl(Module &M);
|