Lines Matching refs:BlockAux
536 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()
556 BlockAux.Anchors.push_back({Sym->getOffset(), Sym, false}); 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()
765 finalizeBlockRelax(G, *B, BlockAux); in finalizeRelax()