Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DPostOrderIterator.h63 bool insertEdge(Optional<NodeRef> From, NodeRef To) { in insertEdge() function
83 template <class NodeRef> bool insertEdge(Optional<NodeRef> From, NodeRef To) { in insertEdge() function
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DPostOrderIterator.h60 bool insertEdge(NodeType *From, NodeType *To) { in insertEdge() function
80 template <class NodeType> bool insertEdge(NodeType *From, NodeType *To) { in insertEdge() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DPostOrderIterator.h64 bool insertEdge(std::optional<NodeRef> From, NodeRef To) { in insertEdge() function
85 bool insertEdge(std::optional<NodeRef> From, NodeRef To) { in insertEdge() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DPostOrderIterator.h64 bool insertEdge(std::optional<NodeRef> From, NodeRef To) { in insertEdge() function
85 bool insertEdge(std::optional<NodeRef> From, NodeRef To) { in insertEdge() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DPostOrderIterator.h64 bool insertEdge(std::optional<NodeRef> From, NodeRef To) { in insertEdge() function
85 bool insertEdge(std::optional<NodeRef> From, NodeRef To) { in insertEdge() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DPostOrderIterator.h64 bool insertEdge(std::optional<NodeRef> From, NodeRef To) { in insertEdge() function
85 bool insertEdge(std::optional<NodeRef> From, NodeRef To) { in insertEdge() function
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DLoopIterator.h170 insertEdge(BasicBlock *From, BasicBlock *To) { in insertEdge() function
H A DLazyCallGraph.h819 void insertEdge(Function &Caller, Function &Callee, Edge::Kind EK) { in insertEdge() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLoopIterator.h247 inline bool po_iterator_storage<LoopBlocksTraversal, true>::insertEdge( in insertEdge() function
H A DLazyCallGraph.h1024 void insertEdge(Function &Source, Function &Target, Edge::Kind EK) { in insertEdge() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DLoopIterator.h247 inline bool po_iterator_storage<LoopBlocksTraversal, true>::insertEdge( in insertEdge() function
H A DLazyCallGraph.h1033 void insertEdge(Function &Source, Function &Target, Edge::Kind EK) { in insertEdge() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DDomTreeUpdater.cpp317 void DomTreeUpdater::insertEdge(BasicBlock *From, BasicBlock *To) { in insertEdge() function in llvm::DomTreeUpdater
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp335 bool insertEdge(unsigned Reg) { in insertEdge() function in __anon1dcd1e630111::Closure
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp334 bool insertEdge(Register Reg) { return Edges.insert(Reg).second; } in insertEdge() function in __anon306702690111::Closure
/aosp_15_r20/external/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1229 void LazyCallGraph::insertEdge(Node &SourceN, Function &Target, Edge::Kind EK) { in insertEdge() function in LazyCallGraph

12