HomeSort by: relevance | last modified time | path
    Searched refs:IsInBundle (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MIRPrinter.cpp 685 bool IsInBundle = false;
688 if (IsInBundle && !MI.isInsideBundle()) {
690 IsInBundle = false;
692 OS.indent(IsInBundle ? 4 : 2);
694 if (!IsInBundle && MI.getFlag(MachineInstr::BundledSucc)) {
696 IsInBundle = true;
700 if (IsInBundle)
MachineBasicBlock.cpp 428 bool IsInBundle = false;
436 if (IsInBundle && !MI.isInsideBundle()) {
438 IsInBundle = false;
441 OS.indent(IsInBundle ? 4 : 2);
445 if (!IsInBundle && MI.getFlag(MachineInstr::BundledSucc)) {
447 IsInBundle = true;
452 if (IsInBundle)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 872 bool IsInBundle = false;
881 assert(IsInBundle);
882 IsInBundle = false;
889 if (IsInBundle) {
895 if (IsInBundle)
900 IsInBundle = true;

Completed in 64 milliseconds