Home
last modified time | relevance | path

Searched refs:IsInBundle (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp710 bool IsInBundle = false; in print() local
713 if (IsInBundle && !MI.isInsideBundle()) { in print()
715 IsInBundle = false; in print()
717 OS.indent(IsInBundle ? 4 : 2); in print()
719 if (!IsInBundle && MI.getFlag(MachineInstr::BundledSucc)) { in print()
721 IsInBundle = true; in print()
725 if (IsInBundle) in print()
H A DMachineBasicBlock.cpp428 bool IsInBundle = false; in print() local
436 if (IsInBundle && !MI.isInsideBundle()) { in print()
438 IsInBundle = false; in print()
441 OS.indent(IsInBundle ? 4 : 2); in print()
445 if (!IsInBundle && MI.getFlag(MachineInstr::BundledSucc)) { in print()
447 IsInBundle = true; in print()
452 if (IsInBundle) in print()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp896 bool IsInBundle = false; in parseBasicBlock() local
905 assert(IsInBundle); in parseBasicBlock()
906 IsInBundle = false; in parseBasicBlock()
913 if (IsInBundle) { in parseBasicBlock()
919 if (IsInBundle) in parseBasicBlock()
924 IsInBundle = true; in parseBasicBlock()