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

  /external/llvm/lib/CodeGen/
MIRPrinter.cpp 504 bool IsInBundle = false;
507 if (IsInBundle && !MI.isInsideBundle()) {
509 IsInBundle = false;
511 OS.indent(IsInBundle ? 4 : 2);
513 if (!IsInBundle && MI.getFlag(MachineInstr::BundledSucc)) {
515 IsInBundle = true;
519 if (IsInBundle)
    [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 515 bool IsInBundle = false;
525 assert(IsInBundle);
526 IsInBundle = false;
533 if (IsInBundle) {
539 if (IsInBundle)
544 IsInBundle = true;
    [all...]

Completed in 485 milliseconds