Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h195 SmallPtrSet<const DbgVariableRecord *, 8> PreprocessedDVRDeclares; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp372 PreprocessedDVRDeclares.clear(); in clear()
H A DFastISel.cpp1226 if (FuncInfo.PreprocessedDVRDeclares.contains(&DVR)) in handleDbgInfo()
H A DSelectionDAGISel.cpp1596 FuncInfo.PreprocessedDVRDeclares.insert(&DVR); in processDbgDeclares()
H A DSelectionDAGBuilder.cpp1280 if (FuncInfo.PreprocessedDVRDeclares.contains(&DVR)) in visitDbgInfo()