Home
last modified time | relevance | path

Searched refs:NodesSeen (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/IR/
DDebugInfo.cpp50 NodesSeen.clear(); in reset()
167 if (!NodesSeen.insert(DV).second) in processDeclare()
182 if (!NodesSeen.insert(DV).second) in processValue()
192 if (!NodesSeen.insert(DT).second) in addType()
202 if (!NodesSeen.insert(CU).second) in addCompileUnit()
213 if (!NodesSeen.insert(DIG).second) in addGlobalVariable()
224 if (!NodesSeen.insert(SP).second) in addSubprogram()
238 if (!NodesSeen.insert(Scope).second) in addScope()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp1050 if (!NodesSeen.insert(DV)) in processDeclare()
1062 if (!NodesSeen.insert(DT)) in addType()
1074 if (!NodesSeen.insert(CU)) in addCompileUnit()
1086 if (!NodesSeen.insert(DIG)) in addGlobalVariable()
1098 if (!NodesSeen.insert(SP)) in addSubprogram()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugInfo.cpp60 NodesSeen.clear(); in reset()
208 if (!NodesSeen.insert(DV).second) in processDeclare()
223 if (!NodesSeen.insert(DV).second) in processValue()
233 if (!NodesSeen.insert(DT).second) in addType()
243 if (!NodesSeen.insert(CU).second) in addCompileUnit()
251 if (!NodesSeen.insert(DIG).second) in addGlobalVariable()
262 if (!NodesSeen.insert(SP).second) in addSubprogram()
276 if (!NodesSeen.insert(Scope).second) in addScope()
/external/llvm/include/llvm/IR/
DDebugInfo.h126 SmallPtrSet<const MDNode *, 32> NodesSeen; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfo.h136 SmallPtrSet<const MDNode *, 32> NodesSeen; variable
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h846 SmallPtrSet<MDNode *, 64> NodesSeen; variable