Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h937 bool isDebugInfoForProfiling() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp579 if (Header->getParent()->isDebugInfoForProfiling() && !EnableFSDiscriminator) in UnrollLoop()
H A DLoopUnrollAndJam.cpp354 if (Header->getParent()->isDebugInfoForProfiling() && !EnableFSDiscriminator) in UnrollAndJamLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DMetadata.cpp1530 bool Function::isDebugInfoForProfiling() const { in isDebugInfoForProfiling() function in Function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1053 if (DIL && Inst->getFunction()->isDebugInfoForProfiling() && in setDebugLocFromInst()