Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DFoldingSet.cpp233 NumNodes = 0; in FoldingSetImpl()
237 : Buckets(Arg.Buckets), NumBuckets(Arg.NumBuckets), NumNodes(Arg.NumNodes) { in FoldingSetImpl()
240 Arg.NumNodes = 0; in FoldingSetImpl()
247 NumNodes = RHS.NumNodes; in operator =()
250 RHS.NumNodes = 0; in operator =()
266 NumNodes = 0; in clear()
278 NumNodes = 0; in GrowBucketCount()
348 if (NumNodes+1 > capacity()) { in InsertNode()
354 ++NumNodes; in InsertNode()
380 --NumNodes; in RemoveNode()
/external/swiftshader/third_party/LLVM/lib/Support/
DFoldingSet.cpp230 NumNodes = 0; in FoldingSetImpl()
243 NumNodes = 0; in clear()
255 NumNodes = 0; in GrowHashTable()
310 if (NumNodes+1 > NumBuckets*2) { in InsertNode()
316 ++NumNodes; in InsertNode()
342 --NumNodes; in RemoveNode()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h272 unsigned NumNodes; variable
329 bool empty() const { return NumNodes == 0; } in empty()
330 unsigned size() const { return NumNodes; } in size()
/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp51 : NumNodes(0), ReclaimNodeInterval(0) {} in ExplodedGraph()
176 --NumNodes; in collectNode()
329 ++NumNodes; in getNode()
/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp730 unsigned NumNodes; member in ScheduleDAGInstrs::Value2SUsMap
736 Value2SUsMap(unsigned lat = 0) : NumNodes(0), TrueMemOrderLatency(lat) {} in Value2SUsMap()
747 NumNodes++; in insert()
754 assert (NumNodes >= Itr->second.size()); in clearList()
755 NumNodes -= Itr->second.size(); in clearList()
764 NumNodes = 0; in clear()
767 unsigned inline size() const { return NumNodes; } in size()
771 NumNodes = 0; in reComputeSize()
773 NumNodes += I.second.size(); in reComputeSize()
/external/swiftshader/third_party/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/include/llvm/ADT/
DFoldingSet.h122 unsigned NumNodes; variable
178 unsigned size() const { return NumNodes; } in size()
181 bool empty() const { return NumNodes == 0; } in empty()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelMatcher.h875 EmitMergeInputChainsMatcher(const unsigned *nodes, unsigned NumNodes) in EmitMergeInputChainsMatcher() argument
876 : Matcher(EmitMergeInputChains), ChainNodes(nodes, nodes+NumNodes) {} in EmitMergeInputChainsMatcher()
1063 MarkGlueResultsMatcher(const unsigned *nodes, unsigned NumNodes) in MarkGlueResultsMatcher() argument
1064 : Matcher(MarkGlueResults), GlueResultNodes(nodes, nodes+NumNodes) {} in MarkGlueResultsMatcher()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp780 unsigned NumNodes = Sequence.size(); in EmitSchedule() local
781 for (unsigned i = 0; i != NumNodes; ++i) { in EmitSchedule()
782 SDNode *N = Sequence[NumNodes-i-1]; in EmitSchedule()
DScheduleDAGSDNodes.cpp309 unsigned NumNodes = 0; in BuildSchedUnits() local
312 ++NumNodes; in BuildSchedUnits()
320 SUnits.reserve(NumNodes * 2); in BuildSchedUnits()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp270 unsigned NumNodes = 0; in BuildSchedUnits() local
274 ++NumNodes; in BuildSchedUnits()
282 SUnits.reserve(NumNodes * 2); in BuildSchedUnits()
DSelectionDAGISel.cpp2686 unsigned NumNodes = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local
2689 for (unsigned i = 0; i != NumNodes; ++i) { in SelectCodeCommon()
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/
D2009-01-13-RecursiveInlineCrash.ll6 @NumNodes = external global i32 ; <i32*> [#uses=0]
/external/llvm/test/Transforms/Inline/
D2009-01-13-RecursiveInlineCrash.ll6 @NumNodes = external global i32 ; <i32*> [#uses=0]