Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp73 if (!MF.getFunction().isDebugInfoForProfiling()) in runOnMachineFunction()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h886 bool isDebugInfoForProfiling() const;
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp509 if (Header->getParent()->isDebugInfoForProfiling() && !EnableFSDiscriminator) in UnrollLoop()
H A DLoopUnrollAndJam.cpp352 if (Header->getParent()->isDebugInfoForProfiling() && !EnableFSDiscriminator) in UnrollAndJamLoop()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp260 if (DIL && Inst->getFunction()->isDebugInfoForProfiling() && in setDebugLocFromInst()
/llvm-project-15.0.7/llvm/lib/IR/
H A DMetadata.cpp1636 bool Function::isDebugInfoForProfiling() const { in isDebugInfoForProfiling() function in Function