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

  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 185 /// isInsideBundle - Return true if MI is in a bundle (but not the first MI
221 bool isInsideBundle() const {
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 758 while (MII != MBB->end() && MII->isInsideBundle()) {
786 while (++I1 != E1 && I1->isInsideBundle()) {
788 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(I2, Check))
845 while (MII != E && MII->isInsideBundle()) {
865 while (MII != E && MII->isInsideBundle()) {
893 if (isInsideBundle())
897 return nextMI != Parent->instr_end() && nextMI->isInsideBundle();
    [all...]

Completed in 55 milliseconds