Home
last modified time | relevance | path

Searched defs:insertEdge (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPostOrderIterator.h64 bool insertEdge(Optional<NodeRef> From, NodeRef To) { in insertEdge() function
84 template <class NodeRef> bool insertEdge(Optional<NodeRef> From, NodeRef To) { in insertEdge() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DPostOrderIterator.h65 bool insertEdge(std::optional<NodeRef> From, NodeRef To) { in insertEdge() function
86 bool insertEdge(std::optional<NodeRef> From, NodeRef To) { in insertEdge() function
/external/llvm/include/llvm/ADT/
DPostOrderIterator.h60 bool insertEdge(NodeType *From, NodeType *To) { in insertEdge() function
80 template <class NodeType> bool insertEdge(NodeType *From, NodeType *To) { in insertEdge() function
/external/llvm/include/llvm/Analysis/
DLoopIterator.h170 insertEdge(BasicBlock *From, BasicBlock *To) { in insertEdge() function
DLazyCallGraph.h819 void insertEdge(Function &Caller, Function &Callee, Edge::Kind EK) { in insertEdge() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DLoopIterator.h247 inline bool po_iterator_storage<LoopBlocksTraversal, true>::insertEdge( in insertEdge() function
DLazyCallGraph.h1033 void insertEdge(Function &Source, Function &Target, Edge::Kind EK) { in insertEdge() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopIterator.h247 inline bool po_iterator_storage<LoopBlocksTraversal, true>::insertEdge( in insertEdge() function
DLazyCallGraph.h1024 void insertEdge(Function &Source, Function &Target, Edge::Kind EK) { in insertEdge() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDomTreeUpdater.cpp317 void DomTreeUpdater::insertEdge(BasicBlock *From, BasicBlock *To) { in insertEdge() function in llvm::DomTreeUpdater
DLazyCallGraph.cpp1476 void LazyCallGraph::insertEdge(Node &SourceN, Node &TargetN, Edge::Kind EK) { in insertEdge() function in LazyCallGraph
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86DomainReassignment.cpp335 bool insertEdge(unsigned Reg) { in insertEdge() function in __anond083b8e30111::Closure
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86DomainReassignment.cpp334 bool insertEdge(Register Reg) { return Edges.insert(Reg).second; } in insertEdge() function in __anone31d9ce90111::Closure
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp1229 void LazyCallGraph::insertEdge(Node &SourceN, Function &Target, Edge::Kind EK) { in insertEdge() function in LazyCallGraph
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp451 bool insertEdge(std::optional<const MachineBasicBlock *> From, in insertEdge() function in llvm::po_iterator_storage
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp452 bool insertEdge(Optional<const MachineBasicBlock *> From, in insertEdge() function in llvm::po_iterator_storage
/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp433 bool insertEdge(const MachineBasicBlock *From, const MachineBasicBlock *To) { in insertEdge() function in llvm::po_iterator_storage
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DLazyCallGraph.cpp1478 void LazyCallGraph::insertEdge(Node &SourceN, Node &TargetN, Edge::Kind EK) { in insertEdge() function in LazyCallGraph