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.h194 SmallPtrSet<const DbgVariableRecord *, 8> PreprocessedDVRDeclares; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp367 PreprocessedDVRDeclares.clear(); in clear()
H A DFastISel.cpp1234 if (FuncInfo.PreprocessedDVRDeclares.contains(&DVR)) in handleDbgInfo()
H A DSelectionDAGISel.cpp1583 FuncInfo.PreprocessedDVRDeclares.insert(&DVR); in processDbgDeclares()
H A DSelectionDAGBuilder.cpp1287 if (FuncInfo.PreprocessedDVRDeclares.contains(&DVR)) in visitDbgInfo()