Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp73 if (!MF.getFunction().shouldEmitDebugInfoForProfiling()) in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFunction.h911 bool shouldEmitDebugInfoForProfiling() const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp512 if (Header->getParent()->shouldEmitDebugInfoForProfiling() && in UnrollLoop()
H A DLoopUnrollAndJam.cpp346 if (Header->getParent()->shouldEmitDebugInfoForProfiling() && in UnrollAndJamLoop()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp267 if (DIL && Inst->getFunction()->shouldEmitDebugInfoForProfiling() && in setDebugLocFromInst()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DMetadata.cpp1629 bool Function::shouldEmitDebugInfoForProfiling() const { in shouldEmitDebugInfoForProfiling() function in Function