HomeSort by relevance Sort by last modified time
    Searched refs:MBBs (Results 1 - 15 of 15) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 35 /// MBBs - The vector of basic blocks from which to create the jump table.
36 std::vector<MachineBasicBlock*> MBBs;
39 : MBBs(M) {}
106 JumpTables[Idx].MBBs.clear();
LexicalScopes.h 163 SmallPtrSetImpl<const MachineBasicBlock *> &MBBs);
  /external/llvm/lib/Target/SystemZ/
SystemZLongBranch.cpp 159 SmallVector<MBBInfo, 16> MBBs;
258 // Fill MBBs and Terminators, setting the addresses on the assumption
265 MBBs.clear();
266 MBBs.resize(NumBlocks);
274 MBBInfo &Block = MBBs[I];
310 const MBBInfo &Target = MBBs[Terminator.TargetBlock];
336 for (auto &Block : MBBs) {
437 for (auto &Block : MBBs) {
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 272 const DILocation *DL, SmallPtrSetImpl<const MachineBasicBlock *> &MBBs) {
273 MBBs.clear();
280 MBBs.insert(&MBB);
289 MBBs.insert(R.first->getParent());
MachineFunction.cpp 791 for (size_t j = 0, e = JTE.MBBs.size(); j != e; ++j)
792 if (JTE.MBBs[j] == Old) {
793 JTE.MBBs[j] = New;
806 for (unsigned j = 0, f = JumpTables[i].MBBs.size(); j != f; ++j)
807 OS << " BB#" << JumpTables[i].MBBs[j]->getNumber();
    [all...]
RegisterCoalescer.cpp     [all...]
MIRPrinter.cpp 402 for (const auto *MBB : Table.MBBs) {
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 618 const auto &MBBs = MJTI->getJumpTables()[JT->getIndex()].MBBs;
623 Ops.push_back(DAG.getBasicBlock(MBBs[0]));
626 for (auto MBB : MBBs)
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 199 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs;
XCoreISelLowering.cpp 363 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size();
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDILCFGStructurizer.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
ARMConstantIslandPass.cpp 628 unsigned Size = JT[JTI].MBBs.size() * sizeof(uint32_t);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 855 milliseconds