Home
last modified time | relevance | path

Searched refs:shouldEmitDebugInfoForProfiling (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp103 if (!HasPseudoProbe && !MF.getFunction().shouldEmitDebugInfoForProfiling()) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h979 bool shouldEmitDebugInfoForProfiling() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp345 if (Header->getParent()->shouldEmitDebugInfoForProfiling() && in UnrollAndJamLoop()
H A DLoopUnroll.cpp693 if (Header->getParent()->shouldEmitDebugInfoForProfiling() && in UnrollLoop()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp387 ->shouldEmitDebugInfoForProfiling() && in setDebugLocFrom()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1835 bool Function::shouldEmitDebugInfoForProfiling() const { in shouldEmitDebugInfoForProfiling() function in Function