HomeSort by relevance Sort by last modified time
    Searched defs:NodeMap (Results 1 - 25 of 31) sorted by null

1 2

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 371 typedef llvm::DenseMap<const ExplodedNode*, ExplodedNode*> NodeMap;
  /external/llvm/include/llvm/Analysis/
LazyCallGraph.h 776 Node *lookup(const Function &F) const { return NodeMap.lookup(&F); }
798 Node *&N = NodeMap[&F];
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 86 DenseMap<const Value*, SDValue> NodeMap;
395 SDValue &N = NodeMap[V];
  /external/swiftshader/third_party/subzero/src/
IceConverter.cpp 104 NodeMap.clear();
188 if (NodeMap.find(BB) == NodeMap.end()) {
189 NodeMap[BB] = Func->makeNode();
191 NodeMap[BB]->setName(BB->getName());
193 return NodeMap[BB];
649 std::map<const BasicBlock *, Ice::CfgNode *> NodeMap;
    [all...]
IceOperand.h 665 auto Iter = NodeMap.find(Begin);
666 assert(Iter != NodeMap.end());
672 CfgUnorderedMap<InstNumberT, CfgNode *> NodeMap;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 370 typedef llvm::DenseMap<const ExplodedNode*, ExplodedNode*> NodeMap;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 370 typedef llvm::DenseMap<const ExplodedNode*, ExplodedNode*> NodeMap;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 370 typedef llvm::DenseMap<const ExplodedNode*, ExplodedNode*> NodeMap;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 370 typedef llvm::DenseMap<const ExplodedNode*, ExplodedNode*> NodeMap;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 370 typedef llvm::DenseMap<const ExplodedNode*, ExplodedNode*> NodeMap;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 370 typedef llvm::DenseMap<const ExplodedNode*, ExplodedNode*> NodeMap;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 370 typedef llvm::DenseMap<const ExplodedNode*, ExplodedNode*> NodeMap;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 370 typedef llvm::DenseMap<const ExplodedNode*, ExplodedNode*> NodeMap;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 91 DenseMap<const Value*, SDValue> NodeMap;
677 SDValue &N = NodeMap[V];
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 127 NodeMap[ID] = DynNode;
136 IDToNodeMap::const_iterator It = NodeMap.find(ID);
137 if (It == NodeMap.end()) {
144 IDToNodeMap::const_iterator It = NodeMap.find(ID);
145 if (It == NodeMap.end()) {
153 return NodeMap < Other.NodeMap;
164 return NodeMap;
170 for (const auto &IDAndNode : NodeMap) {
178 IDToNodeMap NodeMap;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 127 NodeMap[ID] = DynNode;
136 IDToNodeMap::const_iterator It = NodeMap.find(ID);
137 if (It == NodeMap.end()) {
144 IDToNodeMap::const_iterator It = NodeMap.find(ID);
145 if (It == NodeMap.end()) {
153 return NodeMap < Other.NodeMap;
164 return NodeMap;
170 for (const auto &IDAndNode : NodeMap) {
178 IDToNodeMap NodeMap;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 127 NodeMap[ID] = DynNode;
136 IDToNodeMap::const_iterator It = NodeMap.find(ID);
137 if (It == NodeMap.end()) {
144 IDToNodeMap::const_iterator It = NodeMap.find(ID);
145 if (It == NodeMap.end()) {
153 return NodeMap < Other.NodeMap;
164 return NodeMap;
170 for (const auto &IDAndNode : NodeMap) {
178 IDToNodeMap NodeMap;
    [all...]

Completed in 1763 milliseconds

1 2