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

Completed in 54 milliseconds