Searched refs:runOnFunction (Results 1 - 25 of 189) sorted by relevance

12345678

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DRewriteStatepointsForGC.h32 bool runOnFunction(Function &F, DominatorTree &, TargetTransformInfo &,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAllocaHoisting.cpp36 bool runOnFunction(Function &function) override;
40 bool NVPTXAllocaHoisting::runOnFunction(Function &function) { function in class:NVPTXAllocaHoisting
H A DNVPTXAtomicLower.cpp41 bool runOnFunction(Function &F) override;
45 bool NVPTXAtomicLower::runOnFunction(Function &F) { function in class:NVPTXAtomicLower
H A DNVPTXLowerUnreachable.cpp88 bool runOnFunction(Function &F) override;
129 bool NVPTXLowerUnreachable::runOnFunction(Function &F) { function in class:NVPTXLowerUnreachable
H A DNVPTXLowerAlloca.cpp45 bool runOnFunction(Function &F) override;
64 bool NVPTXLowerAlloca::runOnFunction(Function &F) { function in class:NVPTXLowerAlloca
H A DNVPTXLowerAggrCopies.cpp48 bool runOnFunction(Function &F) override;
59 bool NVPTXLowerAggrCopies::runOnFunction(Function &F) { function in class:__anon2433::NVPTXLowerAggrCopies
H A DNVVMReflect.cpp60 bool runOnFunction(Function &) override;
184 bool NVVMReflect::runOnFunction(Function &F) { function in class:NVVMReflect
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DReplaceWithVeclib.h35 bool runOnFunction(Function &F) override;
H A DMachineFunctionPass.h28 /// representation. Instead of overriding runOnFunction, subclasses
75 bool runOnFunction(Function &F) override;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyOptimizeReturned.cpp37 bool runOnFunction(Function &F) override;
71 bool OptimizeReturned::runOnFunction(Function &F) { function in class:OptimizeReturned
H A DWebAssemblyLowerRefTypesIntPtrConv.cpp34 bool runOnFunction(Function &MF) override;
50 bool WebAssemblyLowerRefTypesIntPtrConv::runOnFunction(Function &F) { function in class:WebAssemblyLowerRefTypesIntPtrConv
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFlattenCFGPass.cpp33 bool runOnFunction(Function &F) override;
85 bool FlattenCFGLegacyPass::runOnFunction(Function &F) { function in class:FlattenCFGLegacyPass
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp36 bool runOnFunction(Function &F) override;
77 bool LowerInvokeLegacyPass::runOnFunction(Function &F) { function in class:LowerInvokeLegacyPass
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp142 bool runOnFunction(Function &F);
166 bool runOnFunction(Function &F) override { return Impl.runOnFunction(F); }
262 bool CFGuardImpl::runOnFunction(Function &F) { function in class:CFGuardImpl
306 Changed |= Impl.runOnFunction(F);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombine.h80 bool runOnFunction(Function &F) override;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCycleAnalysis.h38 bool runOnFunction(Function &F) override;
H A DLoopPass.h83 bool runOnFunction(Function &F) override;
128 bool runOnFunction(Function &F) override { return false; }
H A DIntervalPartition.h56 bool runOnFunction(Function &F) override;
H A DLazyBranchProbabilityInfo.h103 bool runOnFunction(Function &F) override;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateUniformValues.cpp53 bool runOnFunction(Function &F) override;
107 bool AMDGPUAnnotateUniformValues::runOnFunction(Function &F) { function in class:AMDGPUAnnotateUniformValues
H A DAMDGPURewriteUndefForPHI.cpp78 bool runOnFunction(Function &F) override;
172 bool AMDGPURewriteUndefForPHILegacy::runOnFunction(Function &F) { function in class:AMDGPURewriteUndefForPHILegacy
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp38 bool runOnFunction(Function &F) override;
66 bool HexagonOptimizeSZextends::runOnFunction(Function &F) { function in class:HexagonOptimizeSZextends
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVCodeGenPrepare.cpp45 bool runOnFunction(Function &F) override;
158 bool RISCVCodeGenPrepare::runOnFunction(Function &F) { function in class:RISCVCodeGenPrepare
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyBranchProbabilityInfo.cpp57 bool LazyBranchProbabilityInfoPass::runOnFunction(Function &F) { function in class:LazyBranchProbabilityInfoPass
H A DLazyBlockFrequencyInfo.cpp55 bool LazyBlockFrequencyInfoPass::runOnFunction(Function &F) { function in class:LazyBlockFrequencyInfoPass

Completed in 165 milliseconds

12345678