Home
last modified time | relevance | path

Searched refs:isDbgDeclare (Results 1 – 9 of 9) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugProgramInstruction.h401 bool isDbgDeclare() { return Type == LocationType::Declare; } in isDbgDeclare() function
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDMergeFunctions.cpp652 assert(DVR.isDbgDeclare()); in filterInstsUnrelatedToPDI()
/freebsd-head/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDMetadataLoader.cpp625 if (DVR.isDbgDeclare()) in upgradeDeclareExpressions()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDAssignmentTrackingAnalysis.cpp2130 return DVR->isDbgDeclare() ? DVR : nullptr; in DynCastToDbgDeclare()
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDDebugInfo.cpp2181 if (DVR.isDbgDeclare()) in runOnFunction()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
HDCoroFrame.cpp2999 bool SkipOutermostLoad = DVR.isDbgDeclare(); in salvageDebugInfo()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDIRTranslator.cpp3470 if (DVR.isDbgDeclare()) in translateDbgInfo()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDSROA.cpp5182 if (Orig->isDbgDeclare()) { in insertNewDbgInst()
/freebsd-head/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp3659 } else if (DVR.isDbgDeclare()) { in writeFunction()