Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDFunctionLoweringInfo.h193 SmallPtrSet<const DbgDeclareInst *, 8> PreprocessedDbgDeclares; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDFunctionLoweringInfo.cpp366 PreprocessedDbgDeclares.clear(); in clear()
HDFastISel.cpp1415 if (FuncInfo.PreprocessedDbgDeclares.contains(DI)) in selectIntrinsicCall()
HDSelectionDAGISel.cpp1577 FuncInfo.PreprocessedDbgDeclares.insert(DI); in processDbgDeclares()
HDSelectionDAGBuilder.cpp6626 FuncInfo.PreprocessedDbgDeclares.count(&DI)) in visitIntrinsicCall()