Searched refs:BlockAux (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELF_loongarch.cpp | 100 auto &BlockAux = BlockEmplaceResult.first->second; in initRelaxAux() local 104 BlockAux.RelaxEdges.push_back(&E); in initRelaxAux() 106 if (BlockAux.RelaxEdges.empty()) { in initRelaxAux() 111 const auto NumEdges = BlockAux.RelaxEdges.size(); in initRelaxAux() 112 BlockAux.RelocDeltas.resize(NumEdges, 0); in initRelaxAux() 113 BlockAux.EdgeKinds.resize_for_overwrite(NumEdges); in initRelaxAux() 120 BlockAux.Anchors.push_back({Sym->getOffset(), Sym, false}); in initRelaxAux() 121 BlockAux.Anchors.push_back( in initRelaxAux() 212 for (auto &[B, BlockAux] : Aux.Blocks) in relaxOnce() 213 Changed |= relaxBlock(G, *B, BlockAux); in relaxOnce() [all …]
|
| H A D | ELF_riscv.cpp | 539 auto &BlockAux = BlockEmplaceResult.first->second; in initRelaxAux() local 543 BlockAux.RelaxEdges.push_back(&E); in initRelaxAux() 545 if (BlockAux.RelaxEdges.empty()) { in initRelaxAux() 550 const auto NumEdges = BlockAux.RelaxEdges.size(); in initRelaxAux() 551 BlockAux.RelocDeltas.resize(NumEdges, 0); in initRelaxAux() 552 BlockAux.EdgeKinds.resize_for_overwrite(NumEdges); in initRelaxAux() 559 BlockAux.Anchors.push_back({Sym->getOffset(), Sym, false}); in initRelaxAux() 560 BlockAux.Anchors.push_back( in initRelaxAux() 677 for (auto &[B, BlockAux] : Aux.Blocks) in relaxOnce() 678 Changed |= relaxBlock(G, *B, BlockAux, Aux.Config); in relaxOnce() [all …]
|