HomeSort by: relevance | last modified time | path
    Searched refs:skipFunction (Results 1 - 25 of 178) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
DCE.cpp 50 if (skipFunction(F))
159 if (skipFunction(F))
InstSimplifyPass.cpp 100 if (skipFunction(F))
Reg2Mem.cpp 123 if (F.isDeclaration() || skipFunction(F))
WarnMissedTransforms.cpp 120 if (skipFunction(F))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TailDuplication.cpp 84 if (skipFunction(MF.getFunction()))
DeadMachineInstructionElim.cpp 111 if (skipFunction(MF.getFunction()))
OptimizePHIs.cpp 75 if (skipFunction(Fn.getFunction()))
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMOptimizeBarriersPass.cpp 51 if (skipFunction(MF.getFunction()))
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXLowerAlloca.cpp 65 if (skipFunction(F))
NVPTXPeephole.cpp 127 if (skipFunction(MF.getFunction()))
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86LoadValueInjectionRetHardening.cpp 69 if (!F.hasOptNone() && skipFunction(F))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Mem2Reg.cpp 85 if (skipFunction(F))
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64CleanupLocalDynamicTLSPass.cpp 44 if (skipFunction(MF.getFunction()))
AArch64StorePairSuppress.cpp 122 if (skipFunction(MF.getFunction()))
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUAnnotateUniformValues.cpp 137 if (skipFunction(F))
AMDGPULateCodeGenPrepare.cpp 90 if (skipFunction(F))
SIInsertHardClauses.cpp 140 if (skipFunction(MF.getFunction()))
SIPostRABundler.cpp 122 if (skipFunction(MF.getFunction()))
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonOptimizeSZextends.cpp 67 if (skipFunction(F))
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVCleanupVSETVLI.cpp 144 if (skipFunction(MF.getFunction()))
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZLDCleanup.cpp 66 if (skipFunction(F.getFunction()))
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFMIPeephole.cpp 68 if (skipFunction(MF.getFunction()))
321 if (skipFunction(MF.getFunction()))
414 if (skipFunction(MF.getFunction()))
BPFMIChecking.cpp 50 if (!skipFunction(MF.getFunction())) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/
Pass.h 319 bool skipFunction(const Function &F) const;
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Pass.cpp 163 bool FunctionPass::skipFunction(const Function &F) const {

Completed in 28 milliseconds

1 2 3 4 5 6 7 8