Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DFunction.h796 bool isDebugInfoForProfiling() const;
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp597 if (Header->getParent()->isDebugInfoForProfiling()) in UnrollLoop()
H A DLoopUnrollAndJam.cpp299 if (Header->getParent()->isDebugInfoForProfiling()) in UnrollAndJamLoop()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DMetadata.cpp1512 bool Function::isDebugInfoForProfiling() const { in isDebugInfoForProfiling() function in Function
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp761 if (DIL && Inst->getFunction()->isDebugInfoForProfiling() && in setDebugLocFromInst()