Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp412 ChainEdge *CurEdge = getEdge(TargetChain); in mergeEdges() local
413 if (CurEdge == nullptr) { in mergeEdges()
420 CurEdge->moveJumps(DstEdge); in mergeEdges()
560 ChainEdge *CurEdge = Block.CurChain->getEdge(SuccBlock->CurChain); in initialize() local
562 if (CurEdge != nullptr) { in initialize()
564 CurEdge->appendJump(Jump); in initialize()