HomeSort by relevance Sort by last modified time
    Searched defs:getMBBRange (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 483 getMBBRange(unsigned Num) const {
489 getMBBRange(const MachineBasicBlock *MBB) const {
490 return getMBBRange(MBB->getNumber());
495 return getMBBRange(Num).first;
500 return getMBBRange(mbb).first;
505 return getMBBRange(Num).second;
510 return getMBBRange(mbb).second;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SlotIndexes.h 468 getMBBRange(unsigned Num) const {
474 getMBBRange(const MachineBasicBlock *MBB) const {
475 return getMBBRange(MBB->getNumber());
480 return getMBBRange(Num).first;
485 return getMBBRange(mbb).first;
490 return getMBBRange(Num).second;
495 return getMBBRange(mbb).second;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SlotIndexes.h 468 getMBBRange(unsigned Num) const {
474 getMBBRange(const MachineBasicBlock *MBB) const {
475 return getMBBRange(MBB->getNumber());
480 return getMBBRange(Num).first;
485 return getMBBRange(mbb).first;
490 return getMBBRange(Num).second;
495 return getMBBRange(mbb).second;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SlotIndexes.h 468 getMBBRange(unsigned Num) const {
474 getMBBRange(const MachineBasicBlock *MBB) const {
475 return getMBBRange(MBB->getNumber());
480 return getMBBRange(Num).first;
485 return getMBBRange(mbb).first;
490 return getMBBRange(Num).second;
495 return getMBBRange(mbb).second;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SlotIndexes.h 468 getMBBRange(unsigned Num) const {
474 getMBBRange(const MachineBasicBlock *MBB) const {
475 return getMBBRange(MBB->getNumber());
480 return getMBBRange(Num).first;
485 return getMBBRange(mbb).first;
490 return getMBBRange(Num).second;
495 return getMBBRange(mbb).second;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SlotIndexes.h 468 getMBBRange(unsigned Num) const {
474 getMBBRange(const MachineBasicBlock *MBB) const {
475 return getMBBRange(MBB->getNumber());
480 return getMBBRange(Num).first;
485 return getMBBRange(mbb).first;
490 return getMBBRange(Num).second;
495 return getMBBRange(mbb).second;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SlotIndexes.h 468 getMBBRange(unsigned Num) const {
474 getMBBRange(const MachineBasicBlock *MBB) const {
475 return getMBBRange(MBB->getNumber());
480 return getMBBRange(Num).first;
485 return getMBBRange(mbb).first;
490 return getMBBRange(Num).second;
495 return getMBBRange(mbb).second;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SlotIndexes.h 468 getMBBRange(unsigned Num) const {
474 getMBBRange(const MachineBasicBlock *MBB) const {
475 return getMBBRange(MBB->getNumber());
480 return getMBBRange(Num).first;
485 return getMBBRange(mbb).first;
490 return getMBBRange(Num).second;
495 return getMBBRange(mbb).second;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SlotIndexes.h 468 getMBBRange(unsigned Num) const {
474 getMBBRange(const MachineBasicBlock *MBB) const {
475 return getMBBRange(MBB->getNumber());
480 return getMBBRange(Num).first;
485 return getMBBRange(mbb).first;
490 return getMBBRange(Num).second;
495 return getMBBRange(mbb).second;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SlotIndexes.h 553 getMBBRange(unsigned Num) const {
559 getMBBRange(const MachineBasicBlock *MBB) const {
560 return getMBBRange(MBB->getNumber());
565 return getMBBRange(Num).first;
570 return getMBBRange(mbb).first;
575 return getMBBRange(Num).second;
580 return getMBBRange(mbb).second;

Completed in 1144 milliseconds