HomeSort by relevance Sort by last modified time
    Searched refs:MBBs (Results 1 - 18 of 18) 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();
LiveIntervalAnalysis.h 263 SmallVectorImpl<MachineBasicBlock*> &MBBs) const {
264 return Indexes->findLiveInMBBs(Start, End, MBBs);
LexicalScopes.h 166 SmallPtrSet<const MachineBasicBlock *, 4> &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 288 DebugLoc DL, SmallPtrSet<const MachineBasicBlock *, 4> &MBBs) {
289 MBBs.clear();
296 MBBs.insert(&MBB);
305 MBBs.insert(R.first->getParent());
RegisterCoalescer.cpp     [all...]
MachineFunction.cpp 618 // On other MBBs the saved CSRs are not pristine.
789 for (size_t j = 0, e = JTE.MBBs.size(); j != e; ++j)
790 if (JTE.MBBs[j] == Old) {
791 JTE.MBBs[j] = New;
804 for (unsigned j = 0, f = JumpTables[i].MBBs.size(); j != f; ++j)
805 OS << " BB#" << JumpTables[i].MBBs[j]->getNumber();
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 201 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs;
XCoreISelLowering.cpp 362 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp     [all...]
ARMAsmPrinter.cpp     [all...]
ARMConstantIslandPass.cpp     [all...]
ARMBaseInstrInfo.cpp 565 return JT[JTI].MBBs.size();
    [all...]
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 760 const std::vector<MachineBasicBlock*> &JTBBs = JTE[JTI].MBBs;
    [all...]

Completed in 1164 milliseconds