HomeSort by relevance Sort by last modified time
    Searched defs:MBBs (Results 1 - 5 of 5) 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();
  /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/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/Mips/
MipsAsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp     [all...]

Completed in 139 milliseconds