Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h938 bool isDebugInfoForProfiling() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp499 if (Header->getParent()->isDebugInfoForProfiling() && !EnableFSDiscriminator) in UnrollLoop()
H A DLoopUnrollAndJam.cpp354 if (Header->getParent()->isDebugInfoForProfiling() && !EnableFSDiscriminator) in UnrollAndJamLoop()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1536 bool Function::isDebugInfoForProfiling() const { in isDebugInfoForProfiling() function in Function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1052 if (DIL && Inst->getFunction()->isDebugInfoForProfiling() && in setDebugLocFromInst()