Home
last modified time | relevance | path

Searched refs:PrevEdge (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_loongarch.cpp374 auto &PrevEdge = *std::prev(BlockToFix.edges().end()); in addSingleRelocation() local
375 auto Kind = static_cast<EdgeKind_loongarch>(PrevEdge.getKind()); in addSingleRelocation()
376 PrevEdge.setKind(getRelaxableRelocationKind(Kind)); in addSingleRelocation()
H A DELF_riscv.cpp891 auto &PrevEdge = *std::prev(BlockToFix.edges().end()); in addSingleRelocation() local
892 auto Kind = static_cast<EdgeKind_riscv>(PrevEdge.getKind()); in addSingleRelocation()
893 PrevEdge.setKind(getRelaxableRelocationKind(Kind)); in addSingleRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp1752 auto *PrevEdge = CurNode->findEdgeFromCallee(PrevNode); in assignStackNodesPostOrder() local
1755 if (!PrevEdge) { in assignStackNodesPostOrder()
1759 set_subtract(PrevEdge->getContextIds(), SavedContextIds); in assignStackNodesPostOrder()
1760 if (PrevEdge->getContextIds().empty()) in assignStackNodesPostOrder()
1761 removeEdgeFromGraph(PrevEdge); in assignStackNodesPostOrder()