Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DSyntheticCountsUtils.h35 using NodeRef = typename CGT::NodeRef; variable
H A DLoopIterator.h42 using NodeRef = std::pair<const Loop *, BasicBlock *>; member
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DGraphTraits.h79 using NodeRef = typename GraphType::UnknownGraphTypeError; member
H A DBreadthFirstIterator.h53 using NodeRef = typename GT::NodeRef; variable
H A DPostOrderIterator.h100 using NodeRef = typename GT::NodeRef; variable
289 using NodeRef = typename GT::NodeRef; variable
H A DSCCIterator.h46 using NodeRef = typename GT::NodeRef; variable
H A DDepthFirstIterator.h90 using NodeRef = typename GT::NodeRef; variable
H A DIntervalMap.h508 NodeRef(NodeT *p, unsigned n) : pip(p, n - 1) { in NodeRef() function
1248 visitNodes(void (IntervalMap::*f)(IntervalMapImpl::NodeRef, unsigned Height)) { in visitNodes()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DCFGDiff.h161 using NodeRef = std::pair<DataRef, BasicBlock *>; member
215 using NodeRef = std::pair<DataRef, BasicBlock *>; member
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DRDFLiveness.h50 using NodeRef = std::pair<NodeId, LaneBitmask>; member
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DGraphWriter.h73 using NodeRef = typename GTraits::NodeRef; variable
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineDominators.h261 using NodeRef = Node *; member
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp89 using NodeRef = const MachineBasicBlock *; typedef
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp100 using NodeRef = const BasicBlock *; typedef
H A DBlockFrequencyInfoImpl.cpp666 using NodeRef = const GraphT::IrrNode *; typedef
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DModuleManager.cpp472 using NodeRef = ModuleFile *; typedef
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp417 using NodeRef = ArgumentGraphNode *; typedef
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1652 using NodeRef = const BasicBlock *; typedef
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1247 using NodeRef = TreeEntry *; typedef