Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h193 SmallPtrSet<const DbgDeclareInst *, 8> PreprocessedDbgDeclares; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp366 PreprocessedDbgDeclares.clear(); in clear()
H A DFastISel.cpp1415 if (FuncInfo.PreprocessedDbgDeclares.contains(DI)) in selectIntrinsicCall()
H A DSelectionDAGISel.cpp1577 FuncInfo.PreprocessedDbgDeclares.insert(DI); in processDbgDeclares()
H A DSelectionDAGBuilder.cpp6624 FuncInfo.PreprocessedDbgDeclares.count(&DI)) in visitIntrinsicCall()