Searched refs:runOnFunction (Results 101 - 125 of 189) sorted by relevance

12345678

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp151 bool runOnFunction(Function &F) override {
H A DReplaceWithVeclib.cpp269 bool ReplaceWithVeclibLegacy::runOnFunction(Function &F) { function in class:ReplaceWithVeclibLegacy
H A DWinEHPrepare.cpp67 bool runOnFunction(Function &Fn);
88 // All fields are reset by runOnFunction.
109 bool runOnFunction(Function &Fn) override {
110 return WinEHPrepareImpl(DemoteCatchSwitchPHIOnly).runOnFunction(Fn);
118 bool Changed = WinEHPrepareImpl(DemoteCatchSwitchPHIOnly).runOnFunction(F);
130 bool WinEHPrepareImpl::runOnFunction(Function &Fn) { function in class:WinEHPrepareImpl
H A DHardwareLoops.cpp128 bool runOnFunction(Function &F) override;
233 bool HardwareLoopsLegacy::runOnFunction(Function &F) { function in class:HardwareLoopsLegacy
H A DSelectOptimize.cpp116 bool runOnFunction(Function &F, Pass &P);
347 bool runOnFunction(Function &F) override {
348 return Impl.runOnFunction(F, *this);
418 bool SelectOptimizeImpl::runOnFunction(Function &F, Pass &P) { function in class:SelectOptimizeImpl
H A DComplexDeinterleavingPass.cpp127 bool runOnFunction(Function &F) override;
431 bool runOnFunction(Function &F);
453 if (!ComplexDeinterleaving(TL, &TLI).runOnFunction(F))
465 bool ComplexDeinterleavingLegacyPass::runOnFunction(Function &F) { function in class:ComplexDeinterleavingLegacyPass
468 return ComplexDeinterleaving(TL, &TLI).runOnFunction(F);
471 bool ComplexDeinterleaving::runOnFunction(Function &F) { function in class:ComplexDeinterleaving
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp187 bool runOnFunction(Function &F) override {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h177 bool runOnFunction(Function &F) override;
H A DBranchProbabilityInfo.h465 bool runOnFunction(Function &F) override;
H A DMemoryDependenceAnalysis.h543 bool runOnFunction(Function &) override;
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSink.cpp250 bool runOnFunction(Function &F) override {
H A DNaryReassociate.cpp133 bool runOnFunction(Function &F) override;
169 bool NaryReassociateLegacyPass::runOnFunction(Function &F) { function in class:NaryReassociateLegacyPass
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp219 bool runOnFunction(Function &F) override {
238 pass.runOnFunction(F);
H A DDominators.cpp416 bool DominatorTreeWrapperPass::runOnFunction(Function &F) { function in class:DominatorTreeWrapperPass
H A DLegacyPassManager.cpp363 Changed |= getContainedManager(Index)->runOnFunction(F);
421 /// its runOnFunction() for function F.
1399 /// runOnFunction method. Keep track of whether any of the passes modifies
1401 bool FPPassManager::runOnFunction(Function &F) { function in class:llvm::FPPassManager
1443 LocalChanged |= FP->runOnFunction(F);
1489 Changed |= runOnFunction(F);
1649 /// its runOnFunction() for function F.
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp107 bool runOnFunction(Function &F) override;
738 bool ObjCARCContractLegacyPass::runOnFunction(Function &F) { function in class:ObjCARCContractLegacyPass
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp315 bool runOnFunction(Function &F) override;
466 bool AArch64StackTagging::runOnFunction(Function &Fn) { function in class:AArch64StackTagging
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp54 bool runOnFunction(Function &F) override;
521 bool RISCVGatherScatterLowering::runOnFunction(Function &F) { function in class:RISCVGatherScatterLowering
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp572 bool runOnFunction(Function &F) override;
598 bool LowerSwitchLegacyPass::runOnFunction(Function &F) { function in class:LowerSwitchLegacyPass
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DLegacyPassManagers.h464 bool runOnFunction(Function &F);
H A DDebugInfo.h360 bool runOnFunction(Function &F);
H A DDominators.h324 bool runOnFunction(Function &F) override;
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp325 bool BlockFrequencyInfoWrapperPass::runOnFunction(Function &F) {
H A DLoopPass.cpp128 bool LPPassManager::runOnFunction(Function &F) { function in class:LPPassManager
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp476 void runOnFunction(const Function &F);
537 bool runOnFunction(Function &F, ModuleAnalysisManager *AM);
2425 void SampleProfileMatcher::runOnFunction(const Function &F) { function in class:SampleProfileMatcher
2474 runOnFunction(F);
2596 retval |= runOnFunction(*F, AM);
2608 bool SampleProfileLoader::runOnFunction(Function &F, ModuleAnalysisManager *AM) { function in class:SampleProfileLoader

Completed in 396 milliseconds

12345678