Home
last modified time | relevance | path

Searched refs:NumNodes (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Support/
DFoldingSet.cpp232 NumNodes = 0; in FoldingSetImpl()
245 NumNodes = 0; in clear()
257 NumNodes = 0; in GrowHashTable()
312 if (NumNodes+1 > NumBuckets*2) { in InsertNode()
318 ++NumNodes; in InsertNode()
344 --NumNodes; in RemoveNode()
/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp53 : NumNodes(0), reclaimNodes(false), reclaimCounter(CounterTop) {} in ExplodedGraph()
139 --NumNodes; in collectNode()
292 ++NumNodes; in getNode()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h277 unsigned NumNodes; variable
324 bool empty() const { return NumNodes == 0; } in empty()
325 unsigned size() const { return NumNodes; } in size()
/external/llvm/include/llvm/ADT/
DFoldingSet.h123 unsigned NumNodes; variable
178 unsigned size() const { return NumNodes; } in size()
181 bool empty() const { return NumNodes == 0; } in empty()
/external/llvm/utils/TableGen/
DDAGISelMatcher.h876 EmitMergeInputChainsMatcher(const unsigned *nodes, unsigned NumNodes) in EmitMergeInputChainsMatcher() argument
877 : Matcher(EmitMergeInputChains), ChainNodes(nodes, nodes+NumNodes) {} in EmitMergeInputChainsMatcher()
1066 MarkGlueResultsMatcher(const unsigned *nodes, unsigned NumNodes) in MarkGlueResultsMatcher() argument
1067 : Matcher(MarkGlueResults), GlueResultNodes(nodes, nodes+NumNodes) {} in MarkGlueResultsMatcher()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp310 unsigned NumNodes = 0; in BuildSchedUnits() local
314 ++NumNodes; in BuildSchedUnits()
322 SUnits.reserve(NumNodes * 2); in BuildSchedUnits()
DSelectionDAGISel.cpp2874 unsigned NumNodes = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local
2877 for (unsigned i = 0; i != NumNodes; ++i) { in SelectCodeCommon()
/external/llvm/test/Transforms/Inline/
D2009-01-13-RecursiveInlineCrash.ll6 @NumNodes = external global i32 ; <i32*> [#uses=0]