HomeSort by relevance Sort by last modified time
    Searched refs:MBBs (Results 1 - 17 of 17) 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 237 SmallVectorImpl<MachineBasicBlock*> &MBBs) const {
238 return Indexes->findLiveInMBBs(Start, End, MBBs);
LexicalScopes.h 72 SmallPtrSet<const MachineBasicBlock*, 4> &MBBs);
  /external/llvm/lib/Target/SystemZ/
SystemZLongBranch.cpp 158 SmallVector<MBBInfo, 16> MBBs;
250 // Fill MBBs and Terminators, setting the addresses on the assumption
257 MBBs.clear();
258 MBBs.resize(NumBlocks);
266 MBBInfo &Block = MBBs[I];
302 const MBBInfo &Target = MBBs[Terminator.TargetBlock];
329 for (SmallVectorImpl<MBBInfo>::iterator BI = MBBs.begin(), BE = MBBs.end();
419 for (SmallVectorImpl<MBBInfo>::iterator BI = MBBs.begin(), BE = MBBs.end()
    [all...]
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 269 SmallPtrSet<const MachineBasicBlock*, 4> &MBBs) {
270 MBBs.clear();
278 MBBs.insert(I);
286 MBBs.insert(R.first->getParent());
RegisterCoalescer.cpp     [all...]
MachineFunction.cpp 586 // On other MBBs the saved CSRs are not pristine.
757 for (size_t j = 0, e = JTE.MBBs.size(); j != e; ++j)
758 if (JTE.MBBs[j] == Old) {
759 JTE.MBBs[j] = New;
772 for (unsigned j = 0, f = JumpTables[i].MBBs.size(); j != f; ++j)
773 OS << " BB#" << JumpTables[i].MBBs[j]->getNumber();
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 196 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs;
XCoreISelLowering.cpp 313 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp     [all...]
ARMAsmPrinter.cpp     [all...]
ARMConstantIslandPass.cpp     [all...]
ARMBaseInstrInfo.cpp 538 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 743 const std::vector<MachineBasicBlock*> &JTBBs = JTE[JTI].MBBs;
    [all...]

Completed in 376 milliseconds