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 491 bool IsInBundle = false;
494 if (IsInBundle && !MI.isInsideBundle()) {
496 IsInBundle = false;
498 OS.indent(IsInBundle ? 4 : 2);
500 if (!IsInBundle && MI.getFlag(MachineInstr::BundledSucc)) {
502 IsInBundle = true;
506 if (IsInBundle)
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 505 bool IsInBundle = false;
515 assert(IsInBundle);
516 IsInBundle = false;
523 if (IsInBundle) {
529 if (IsInBundle)
534 IsInBundle = true;
    [all...]

Completed in 312 milliseconds