/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | PostOrderIterator.h | 63 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 D | PostOrderIterator.h | 60 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 D | PostOrderIterator.h | 65 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/ |
D | PostOrderIterator.h | 64 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/ |
D | PostOrderIterator.h | 64 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/ |
D | PostOrderIterator.h | 64 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/ |
D | PostOrderIterator.h | 64 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 D | LoopIterator.h | 170 insertEdge(BasicBlock *From, BasicBlock *To) { in insertEdge() function
|
H A D | LazyCallGraph.h | 819 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 D | LoopIterator.h | 247 inline bool po_iterator_storage<LoopBlocksTraversal, true>::insertEdge( in insertEdge() function
|
H A D | LazyCallGraph.h | 1024 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 D | LoopIterator.h | 247 inline bool po_iterator_storage<LoopBlocksTraversal, true>::insertEdge( in insertEdge() function
|
H A D | LazyCallGraph.h | 1033 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/ |
D | LoopIterator.h | 247 inline bool po_iterator_storage<LoopBlocksTraversal, true>::insertEdge( in insertEdge() function
|
D | LazyCallGraph.h | 1033 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/ |
D | LoopIterator.h | 247 inline bool po_iterator_storage<LoopBlocksTraversal, true>::insertEdge( in insertEdge() function
|
D | LazyCallGraph.h | 1033 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/ |
D | LoopIterator.h | 247 inline bool po_iterator_storage<LoopBlocksTraversal, true>::insertEdge( in insertEdge() function
|
D | LazyCallGraph.h | 1033 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/ |
D | LoopIterator.h | 247 inline bool po_iterator_storage<LoopBlocksTraversal, true>::insertEdge( in insertEdge() function
|
D | LazyCallGraph.h | 1033 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 D | DomTreeUpdater.cpp | 317 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 D | X86DomainReassignment.cpp | 335 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 D | X86DomainReassignment.cpp | 334 bool insertEdge(Register Reg) { return Edges.insert(Reg).second; } in insertEdge() function in __anon306702690111::Closure
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | LazyCallGraph.cpp | 1229 void LazyCallGraph::insertEdge(Node &SourceN, Function &Target, Edge::Kind EK) { in insertEdge() function in LazyCallGraph
|