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

123456789

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp61 bool runOnFunction(Function &F) override;
536 bool LibCallsShrinkWrapLegacyPass::runOnFunction(Function &F) { function in class:LibCallsShrinkWrapLegacyPass
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp131 bool runOnFunction(Function &F) override;
167 bool NaryReassociateLegacyPass::runOnFunction(Function &F) { function in class:NaryReassociateLegacyPass
H A DAlignmentFromAssumptions.cpp54 bool runOnFunction(Function &F) override;
374 bool AlignmentFromAssumptions::runOnFunction(Function &F) { function in class:AlignmentFromAssumptions
H A DLowerAtomic.cpp162 bool runOnFunction(Function &F) override {
H A DSink.cpp277 bool runOnFunction(Function &F) override {
H A DDivRemPairs.cpp339 bool runOnFunction(Function &F) override {
H A DSimplifyCFGPass.cpp279 bool runOnFunction(Function &F) override {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp58 bool runOnFunction(Function &F) override;
372 bool AggressiveInstCombinerLegacyPass::runOnFunction(Function &F) { function in class:AggressiveInstCombinerLegacyPass
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPass.cpp54 bool RGPassManager::runOnFunction(Function &F) { function in class:RGPassManager
H A DPhiValues.cpp211 bool PhiValuesWrapperPass::runOnFunction(Function &F) { function in class:PhiValuesWrapperPass
H A DMustExecute.cpp314 bool runOnFunction(Function &F) override;
459 bool MustExecutePrinter::runOnFunction(Function &F) { function in class:MustExecutePrinter
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp187 bool runOnFunction(Function &F) override {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h247 bool runOnFunction(Function &F) override;
H A DBranchProbabilityInfo.h245 bool runOnFunction(Function &F) override;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDominators.h270 bool runOnFunction(Function &F) override;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h277 bool runOnFunction(Function &) override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DUnreachableBlockElim.cpp46 bool runOnFunction(Function &F) override {
H A DSjLjEHPrepare.cpp58 bool runOnFunction(Function &F) override;
473 bool SjLjEHPrepare::runOnFunction(Function &F) { function in class:SjLjEHPrepare
H A DGlobalMerge.cpp202 bool runOnFunction(Function &F) override;
669 bool GlobalMerge::runOnFunction(Function &F) { function in class:GlobalMerge
H A DHardwareLoops.cpp129 bool runOnFunction(Function &F) override;
217 bool HardwareLoops::runOnFunction(Function &F) { function in class:HardwareLoops
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp254 bool runOnFunction(Function &F) override {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp227 bool runOnFunction(Function &F) override {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/opt/
H A DPassPrinters.cpp44 bool runOnFunction(Function &F) override {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp61 bool runOnFunction(Function &F) override;
79 bool AMDGPUAtomicOptimizer::runOnFunction(Function &F) { function in class:AMDGPUAtomicOptimizer
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp220 bool runOnFunction(Function &F) override {
239 pass.runOnFunction(F);

Completed in 162 milliseconds

123456789