Home
last modified time | relevance | path

Searched refs:insertEdge (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A 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
114 this->insertEdge(std::optional<NodeRef>(), BB); in po_iterator()
123 if (this->insertEdge(std::optional<NodeRef>(), BB)) { in po_iterator()
139 if (this->insertEdge(std::optional<NodeRef>(std::get<0>(Entry)), BB)) { in traverseChild()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopIterator.h195 bool insertEdge(std::optional<BasicBlock *> From, BasicBlock *To);
247 inline bool po_iterator_storage<LoopBlocksTraversal, true>::insertEdge( in insertEdge() function
H A DLazyCallGraph.h1030 void insertEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
1033 void insertEdge(Function &Source, Function &Target, Edge::Kind EK) { in insertEdge() function
1034 return insertEdge(get(Source), get(Target), EK); in insertEdge()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILateBranchLowering.cpp145 MDT->getBase().insertEdge(&MBB, EarlyExitBlock); in earlyTerm()
241 MDT->getBase().insertEdge(MBB, EmptyMBBAtEnd); in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp333 bool insertEdge(Register Reg) { return Edges.insert(Reg).second; } in insertEdge() function in __anon72b853df0111::Closure
551 if (!C.insertEdge(CurReg)) in buildClosure()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTree.h601 void insertEdge(NodeT *From, NodeT *To) {
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp470 bool insertEdge(std::optional<const MachineBasicBlock *> From, in insertEdge() function in llvm::po_iterator_storage
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1478 void LazyCallGraph::insertEdge(Node &SourceN, Node &TargetN, Edge::Kind EK) { in insertEdge() function in LazyCallGraph
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1846 DT.insertEdge(&DominatingFunction->getEntryBlock(), BB); in replaceArgumentUses()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp654 DT.insertEdge(OldPH, UnswitchedBB); in unswitchTrivialBranch()