Home
last modified time | relevance | path

Searched defs:NodeRef (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DGraphTraits.h72 using NodeRef = typename GraphType::UnknownGraphTypeError; member
DBreadthFirstIterator.h53 using NodeRef = typename GT::NodeRef; variable
DPostOrderIterator.h100 using NodeRef = typename GT::NodeRef; variable
289 using NodeRef = typename GT::NodeRef; variable
DSCCIterator.h46 using NodeRef = typename GT::NodeRef; variable
DDepthFirstIterator.h90 using NodeRef = typename GT::NodeRef; variable
DIntervalMap.h507 NodeRef(NodeT *p, unsigned n) : pip(p, n - 1) { in NodeRef() function
1238 visitNodes(void (IntervalMap::*f)(IntervalMapImpl::NodeRef, unsigned Height)) { in visitNodes()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DSyntheticCountsUtils.h35 using NodeRef = typename CGT::NodeRef; variable
DLoopIterator.h42 using NodeRef = std::pair<const Loop *, BasicBlock *>; member
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DCallGraphTest.cpp20 typedef typename GraphTraits<Ty *>::NodeRef NodeRef; in canSpecializeGraphTraitsIterators() typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFLiveness.h50 using NodeRef = std::pair<NodeId, LaneBitmask>; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGraphWriter.h72 using NodeRef = typename GTraits::NodeRef; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp89 using NodeRef = const MachineBasicBlock *; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineDominators.h261 using NodeRef = Node *; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp100 using NodeRef = const BasicBlock *; typedef
DBlockFrequencyInfoImpl.cpp664 using NodeRef = const GraphT::IrrNode *; typedef
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DIntervalMap.h476 NodeRef() {} in NodeRef() function
483 NodeRef(NodeT *p, unsigned n) : pip(p, n - 1) { in NodeRef() function
1226 visitNodes(void (IntervalMap::*f)(IntervalMapImpl::NodeRef, unsigned Height)) { in visitNodes()
/external/llvm/include/llvm/ADT/
DIntervalMap.h497 NodeRef() {} in NodeRef() function
504 NodeRef(NodeT *p, unsigned n) : pip(p, n - 1) { in NodeRef() function
1236 visitNodes(void (IntervalMap::*f)(IntervalMapImpl::NodeRef, unsigned Height)) { in visitNodes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp382 using NodeRef = ArgumentGraphNode *; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1632 using NodeRef = const BasicBlock *; typedef