Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp536 auto &BlockAux = BlockEmplaceResult.first->second; in initRelaxAux() local
540 BlockAux.RelaxEdges.push_back(&E); in initRelaxAux()
542 if (BlockAux.RelaxEdges.empty()) { in initRelaxAux()
547 const auto NumEdges = BlockAux.RelaxEdges.size(); in initRelaxAux()
548 BlockAux.RelocDeltas.resize(NumEdges, 0); in initRelaxAux()
549 BlockAux.EdgeKinds.resize_for_overwrite(NumEdges); in initRelaxAux()
557 BlockAux.Anchors.push_back( in initRelaxAux()
674 for (auto &[B, BlockAux] : Aux.Blocks) in relaxOnce()
675 Changed |= relaxBlock(G, *B, BlockAux, Aux.Config); in relaxOnce()
764 for (auto &[B, BlockAux] : Aux.Blocks) in finalizeRelax()
[all …]