HomeSort by relevance Sort by last modified time
    Searched refs:MBBs (Results 1 - 16 of 16) 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) {}
101 JumpTables[Idx].MBBs.clear();
LexicalScopes.h 72 SmallPtrSet<const MachineBasicBlock*, 4> &MBBs);
LiveIntervalAnalysis.h 255 SmallVectorImpl<MachineBasicBlock*> &MBBs) const {
256 return indexes_->findLiveInMBBs(Start, End, MBBs);
  /external/llvm/lib/CodeGen/
ELFCodeEmitter.cpp 86 // Patch up Jump Table Section relocations to use the real MBBs offsets
183 const std::vector<MachineBasicBlock*> &MBBs = JT[i].MBBs;
190 for (unsigned mi = 0, me = MBBs.size(); mi != me; ++mi) {
193 MachineRelocation::getBB(JTSection.size(), MachineRelTy, MBBs[mi]);
LexicalScopes.cpp 269 SmallPtrSet<const MachineBasicBlock*, 4> &MBBs) {
270 MBBs.clear();
278 MBBs.insert(I);
286 MBBs.insert(R.first->getParent());
MachineFunction.cpp 474 // On other MBBs the saved CSRs are not pristine.
593 for (size_t j = 0, e = JTE.MBBs.size(); j != e; ++j)
594 if (JTE.MBBs[j] == Old) {
595 JTE.MBBs[j] = New;
608 for (unsigned j = 0, f = JumpTables[i].MBBs.size(); j != f; ++j)
609 OS << " BB#" << JumpTables[i].MBBs[j]->getNumber();
RegisterCoalescer.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp 788 NumEntries += JT[i].MBBs.size();
817 const std::vector<llvm::MachineBasicBlock*> &MBBs = JT[i].MBBs;
820 for (int j = 0, je = MBBs.size(); j != je; j++)
821 *SlotPtr++ = getMachineBasicBlockAddress(MBBs[j]);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 213 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs;
XCoreISelLowering.cpp 343 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp     [all...]
ARMConstantIslandPass.cpp     [all...]
ARMAsmPrinter.cpp     [all...]
ARMBaseInstrInfo.cpp 533 return JT[JTI].MBBs.size();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 561 milliseconds