Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMIRFSDiscriminator.cpp103 if (!HasPseudoProbe && !MF.getFunction().shouldEmitDebugInfoForProfiling()) in runOnMachineFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDFunction.h979 bool shouldEmitDebugInfoForProfiling() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLoopUnrollAndJam.cpp345 if (Header->getParent()->shouldEmitDebugInfoForProfiling() && in UnrollAndJamLoop()
HDLoopUnroll.cpp693 if (Header->getParent()->shouldEmitDebugInfoForProfiling() && in UnrollLoop()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlan.cpp387 ->shouldEmitDebugInfoForProfiling() && in setDebugLocFrom()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDMetadata.cpp1835 bool Function::shouldEmitDebugInfoForProfiling() const { in shouldEmitDebugInfoForProfiling() function in Function