HomeSort by relevance Sort by last modified time
    Searched defs:MBB (Results 251 - 275 of 356) sorted by null

<<1112131415

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
SlotIndexes.h 348 /// MBBRanges - Map MBB number to (start, stop) indexes.
352 /// and MBB id.
392 void repairIndexesInRange(MachineBasicBlock *MBB,
444 const MachineBasicBlock *MBB = MI.getParent();
445 assert(MBB && "MI must be inserted inna basic block");
446 MachineBasicBlock::const_iterator I = MI, B = MBB->begin();
449 return getMBBStartIdx(MBB);
461 const MachineBasicBlock *MBB = MI.getParent();
462 assert(MBB && "MI must be inserted inna basic block");
463 MachineBasicBlock::const_iterator I = MI, E = MBB->end()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineBasicBlock.h 416 /// one. This is usually done when the current update on this MBB is done, and
419 /// MBB::removeSuccessor() has an option to do this automatically.
446 /// Transfers all the successors from MBB to this machine basic block (i.e.,
458 /// Return true if the specified MBB is a predecessor of this block.
459 bool isPredecessor(const MachineBasicBlock *MBB) const;
461 /// Return true if the specified MBB is a successor of this block.
462 bool isSuccessor(const MachineBasicBlock *MBB) const;
464 /// Return true if the specified MBB will be emitted immediately after this
466 /// transfer to the specified MBB. Note that MBB need not be a successor a
    [all...]
MachineOperand.h 159 MachineBasicBlock *MBB; // For MO_MachineBasicBlock.
437 return Contents.MBB;
552 void setMBB(MachineBasicBlock *MBB) {
554 Contents.MBB = MBB;
654 static MachineOperand CreateMBB(MachineBasicBlock *MBB,
657 Op.setMBB(MBB);
SlotIndexes.h 348 /// MBBRanges - Map MBB number to (start, stop) indexes.
352 /// and MBB id.
392 void repairIndexesInRange(MachineBasicBlock *MBB,
444 const MachineBasicBlock *MBB = MI.getParent();
445 assert(MBB && "MI must be inserted inna basic block");
446 MachineBasicBlock::const_iterator I = MI, B = MBB->begin();
449 return getMBBStartIdx(MBB);
461 const MachineBasicBlock *MBB = MI.getParent();
462 assert(MBB && "MI must be inserted inna basic block");
463 MachineBasicBlock::const_iterator I = MI, E = MBB->end()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineBasicBlock.h 419 /// one. This is usually done when the current update on this MBB is done, and
422 /// MBB::removeSuccessor() has an option to do this automatically.
449 /// Transfers all the successors from MBB to this machine basic block (i.e.,
461 /// Return true if the specified MBB is a predecessor of this block.
462 bool isPredecessor(const MachineBasicBlock *MBB) const;
464 /// Return true if the specified MBB is a successor of this block.
465 bool isSuccessor(const MachineBasicBlock *MBB) const;
467 /// Return true if the specified MBB will be emitted immediately after this
469 /// transfer to the specified MBB. Note that MBB need not be a successor a
    [all...]
MachineOperand.h 161 MachineBasicBlock *MBB; // For MO_MachineBasicBlock.
439 return Contents.MBB;
559 void setMBB(MachineBasicBlock *MBB) {
561 Contents.MBB = MBB;
665 static MachineOperand CreateMBB(MachineBasicBlock *MBB,
668 Op.setMBB(MBB);
SlotIndexes.h 348 /// MBBRanges - Map MBB number to (start, stop) indexes.
352 /// and MBB id.
392 void repairIndexesInRange(MachineBasicBlock *MBB,
444 const MachineBasicBlock *MBB = MI.getParent();
445 assert(MBB && "MI must be inserted inna basic block");
446 MachineBasicBlock::const_iterator I = MI, B = MBB->begin();
449 return getMBBStartIdx(MBB);
461 const MachineBasicBlock *MBB = MI.getParent();
462 assert(MBB && "MI must be inserted inna basic block");
463 MachineBasicBlock::const_iterator I = MI, E = MBB->end()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineBasicBlock.h 419 /// one. This is usually done when the current update on this MBB is done, and
422 /// MBB::removeSuccessor() has an option to do this automatically.
449 /// Transfers all the successors from MBB to this machine basic block (i.e.,
461 /// Return true if the specified MBB is a predecessor of this block.
462 bool isPredecessor(const MachineBasicBlock *MBB) const;
464 /// Return true if the specified MBB is a successor of this block.
465 bool isSuccessor(const MachineBasicBlock *MBB) const;
467 /// Return true if the specified MBB will be emitted immediately after this
469 /// transfer to the specified MBB. Note that MBB need not be a successor a
    [all...]
MachineOperand.h 161 MachineBasicBlock *MBB; // For MO_MachineBasicBlock.
439 return Contents.MBB;
559 void setMBB(MachineBasicBlock *MBB) {
561 Contents.MBB = MBB;
665 static MachineOperand CreateMBB(MachineBasicBlock *MBB,
668 Op.setMBB(MBB);
SlotIndexes.h 348 /// MBBRanges - Map MBB number to (start, stop) indexes.
352 /// and MBB id.
392 void repairIndexesInRange(MachineBasicBlock *MBB,
444 const MachineBasicBlock *MBB = MI.getParent();
445 assert(MBB && "MI must be inserted inna basic block");
446 MachineBasicBlock::const_iterator I = MI, B = MBB->begin();
449 return getMBBStartIdx(MBB);
461 const MachineBasicBlock *MBB = MI.getParent();
462 assert(MBB && "MI must be inserted inna basic block");
463 MachineBasicBlock::const_iterator I = MI, E = MBB->end()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineBasicBlock.h 419 /// one. This is usually done when the current update on this MBB is done, and
422 /// MBB::removeSuccessor() has an option to do this automatically.
449 /// Transfers all the successors from MBB to this machine basic block (i.e.,
461 /// Return true if the specified MBB is a predecessor of this block.
462 bool isPredecessor(const MachineBasicBlock *MBB) const;
464 /// Return true if the specified MBB is a successor of this block.
465 bool isSuccessor(const MachineBasicBlock *MBB) const;
467 /// Return true if the specified MBB will be emitted immediately after this
469 /// transfer to the specified MBB. Note that MBB need not be a successor a
    [all...]
MachineOperand.h 161 MachineBasicBlock *MBB; // For MO_MachineBasicBlock.
439 return Contents.MBB;
559 void setMBB(MachineBasicBlock *MBB) {
561 Contents.MBB = MBB;
665 static MachineOperand CreateMBB(MachineBasicBlock *MBB,
668 Op.setMBB(MBB);
SlotIndexes.h 348 /// MBBRanges - Map MBB number to (start, stop) indexes.
352 /// and MBB id.
392 void repairIndexesInRange(MachineBasicBlock *MBB,
444 const MachineBasicBlock *MBB = MI.getParent();
445 assert(MBB && "MI must be inserted inna basic block");
446 MachineBasicBlock::const_iterator I = MI, B = MBB->begin();
449 return getMBBStartIdx(MBB);
461 const MachineBasicBlock *MBB = MI.getParent();
462 assert(MBB && "MI must be inserted inna basic block");
463 MachineBasicBlock::const_iterator I = MI, E = MBB->end()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineBasicBlock.h 419 /// one. This is usually done when the current update on this MBB is done, and
422 /// MBB::removeSuccessor() has an option to do this automatically.
449 /// Transfers all the successors from MBB to this machine basic block (i.e.,
461 /// Return true if the specified MBB is a predecessor of this block.
462 bool isPredecessor(const MachineBasicBlock *MBB) const;
464 /// Return true if the specified MBB is a successor of this block.
465 bool isSuccessor(const MachineBasicBlock *MBB) const;
467 /// Return true if the specified MBB will be emitted immediately after this
469 /// transfer to the specified MBB. Note that MBB need not be a successor a
    [all...]
MachineOperand.h 161 MachineBasicBlock *MBB; // For MO_MachineBasicBlock.
439 return Contents.MBB;
559 void setMBB(MachineBasicBlock *MBB) {
561 Contents.MBB = MBB;
665 static MachineOperand CreateMBB(MachineBasicBlock *MBB,
668 Op.setMBB(MBB);
SlotIndexes.h 348 /// MBBRanges - Map MBB number to (start, stop) indexes.
352 /// and MBB id.
392 void repairIndexesInRange(MachineBasicBlock *MBB,
444 const MachineBasicBlock *MBB = MI.getParent();
445 assert(MBB && "MI must be inserted inna basic block");
446 MachineBasicBlock::const_iterator I = MI, B = MBB->begin();
449 return getMBBStartIdx(MBB);
461 const MachineBasicBlock *MBB = MI.getParent();
462 assert(MBB && "MI must be inserted inna basic block");
463 MachineBasicBlock::const_iterator I = MI, E = MBB->end()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 160 MachineBasicBlock *MBB; // For MO_MachineBasicBlock.
438 return Contents.MBB;
553 void setMBB(MachineBasicBlock *MBB) {
555 Contents.MBB = MBB;
655 static MachineOperand CreateMBB(MachineBasicBlock *MBB,
658 Op.setMBB(MBB);
SlotIndexes.h 340 /// MBBRanges - Map MBB number to (start, stop) indexes.
344 /// and MBB id.
384 void repairIndexesInRange(MachineBasicBlock *MBB,
436 const MachineBasicBlock *MBB = MI.getParent();
437 assert(MBB && "MI must be inserted inna basic block");
438 MachineBasicBlock::const_iterator I = MI, B = MBB->begin();
441 return getMBBStartIdx(MBB);
453 const MachineBasicBlock *MBB = MI.getParent();
454 assert(MBB && "MI must be inserted inna basic block");
455 MachineBasicBlock::const_iterator I = MI, E = MBB->end()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineBasicBlock.h 416 /// one. This is usually done when the current update on this MBB is done, and
419 /// MBB::removeSuccessor() has an option to do this automatically.
446 /// Transfers all the successors from MBB to this machine basic block (i.e.,
458 /// Return true if the specified MBB is a predecessor of this block.
459 bool isPredecessor(const MachineBasicBlock *MBB) const;
461 /// Return true if the specified MBB is a successor of this block.
462 bool isSuccessor(const MachineBasicBlock *MBB) const;
464 /// Return true if the specified MBB will be emitted immediately after this
466 /// transfer to the specified MBB. Note that MBB need not be a successor a
    [all...]
MachineOperand.h 159 MachineBasicBlock *MBB; // For MO_MachineBasicBlock.
437 return Contents.MBB;
552 void setMBB(MachineBasicBlock *MBB) {
554 Contents.MBB = MBB;
654 static MachineOperand CreateMBB(MachineBasicBlock *MBB,
657 Op.setMBB(MBB);
SlotIndexes.h 348 /// MBBRanges - Map MBB number to (start, stop) indexes.
352 /// and MBB id.
392 void repairIndexesInRange(MachineBasicBlock *MBB,
444 const MachineBasicBlock *MBB = MI.getParent();
445 assert(MBB && "MI must be inserted inna basic block");
446 MachineBasicBlock::const_iterator I = MI, B = MBB->begin();
449 return getMBBStartIdx(MBB);
461 const MachineBasicBlock *MBB = MI.getParent();
462 assert(MBB && "MI must be inserted inna basic block");
463 MachineBasicBlock::const_iterator I = MI, E = MBB->end()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineBasicBlock.h 416 /// one. This is usually done when the current update on this MBB is done, and
419 /// MBB::removeSuccessor() has an option to do this automatically.
446 /// Transfers all the successors from MBB to this machine basic block (i.e.,
458 /// Return true if the specified MBB is a predecessor of this block.
459 bool isPredecessor(const MachineBasicBlock *MBB) const;
461 /// Return true if the specified MBB is a successor of this block.
462 bool isSuccessor(const MachineBasicBlock *MBB) const;
464 /// Return true if the specified MBB will be emitted immediately after this
466 /// transfer to the specified MBB. Note that MBB need not be a successor a
    [all...]
MachineOperand.h 159 MachineBasicBlock *MBB; // For MO_MachineBasicBlock.
437 return Contents.MBB;
552 void setMBB(MachineBasicBlock *MBB) {
554 Contents.MBB = MBB;
654 static MachineOperand CreateMBB(MachineBasicBlock *MBB,
657 Op.setMBB(MBB);
SlotIndexes.h 348 /// MBBRanges - Map MBB number to (start, stop) indexes.
352 /// and MBB id.
392 void repairIndexesInRange(MachineBasicBlock *MBB,
444 const MachineBasicBlock *MBB = MI.getParent();
445 assert(MBB && "MI must be inserted inna basic block");
446 MachineBasicBlock::const_iterator I = MI, B = MBB->begin();
449 return getMBBStartIdx(MBB);
461 const MachineBasicBlock *MBB = MI.getParent();
462 assert(MBB && "MI must be inserted inna basic block");
463 MachineBasicBlock::const_iterator I = MI, E = MBB->end()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineBasicBlock.h 419 /// one. This is usually done when the current update on this MBB is done, and
422 /// MBB::removeSuccessor() has an option to do this automatically.
449 /// Transfers all the successors from MBB to this machine basic block (i.e.,
461 /// Return true if the specified MBB is a predecessor of this block.
462 bool isPredecessor(const MachineBasicBlock *MBB) const;
464 /// Return true if the specified MBB is a successor of this block.
465 bool isSuccessor(const MachineBasicBlock *MBB) const;
467 /// Return true if the specified MBB will be emitted immediately after this
469 /// transfer to the specified MBB. Note that MBB need not be a successor a
    [all...]

Completed in 864 milliseconds

<<1112131415