Searched refs:skipFunction (Results 1 - 25 of 178) sorted by relevance

12345678

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDCE.cpp50 if (skipFunction(F))
97 if (skipFunction(F))
197 if (skipFunction(F))
H A DConstantProp.cpp69 if (skipFunction(F))
H A DInstSimplifyPass.cpp98 if (skipFunction(F))
H A DReg2Mem.cpp72 if (F.isDeclaration() || skipFunction(F))
H A DWarnMissedTransforms.cpp120 if (skipFunction(F))
H A DBDCE.cpp185 if (skipFunction(F))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTailDuplication.cpp84 if (skipFunction(MF.getFunction()))
H A DOptimizePHIs.cpp75 if (skipFunction(Fn.getFunction()))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMOptimizeBarriersPass.cpp51 if (skipFunction(MF.getFunction()))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp85 if (skipFunction(F))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIChecking.cpp50 if (!skipFunction(MF.getFunction())) {
H A DBPFMIPeephole.cpp68 if (skipFunction(MF.getFunction()))
321 if (skipFunction(MF.getFunction()))
414 if (skipFunction(MF.getFunction()))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAlloca.cpp65 if (skipFunction(F))
H A DNVPTXPeephole.cpp127 if (skipFunction(MF.getFunction()))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp67 if (skipFunction(F))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp44 if (skipFunction(MF.getFunction()))
H A DAArch64StorePairSuppress.cpp122 if (skipFunction(MF.getFunction()))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp129 MF.getTarget().getOptLevel() != CodeGenOpt::None && !skipFunction(F);
H A DAMDGPURegBankCombiner.cpp125 MF.getTarget().getOptLevel() != CodeGenOpt::None && !skipFunction(F);
H A DSIInsertHardClauses.cpp131 if (skipFunction(MF.getFunction()))
H A DSIPostRABundler.cpp88 if (skipFunction(MF.getFunction()))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCQPXLoadSplat.cpp58 if (skipFunction(MF.getFunction()))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp66 if (skipFunction(F.getFunction()))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionRetHardening.cpp69 if (!F.hasOptNone() && skipFunction(F))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DPass.cpp163 bool FunctionPass::skipFunction(const Function &F) const { function in class:FunctionPass

Completed in 242 milliseconds

12345678