Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp731 bool IsInBundle = false; in print() local
734 if (IsInBundle && !MI.isInsideBundle()) { in print()
736 IsInBundle = false; in print()
738 OS.indent(IsInBundle ? 4 : 2); in print()
740 if (!IsInBundle && MI.getFlag(MachineInstr::BundledSucc)) { in print()
742 IsInBundle = true; in print()
746 if (IsInBundle) in print()
H A DMachineBasicBlock.cpp432 bool IsInBundle = false; in print() local
440 if (IsInBundle && !MI.isInsideBundle()) { in print()
442 IsInBundle = false; in print()
445 OS.indent(IsInBundle ? 4 : 2); in print()
449 if (!IsInBundle && MI.getFlag(MachineInstr::BundledSucc)) { in print()
451 IsInBundle = true; in print()
456 if (IsInBundle) in print()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp961 bool IsInBundle = false; in parseBasicBlock() local
970 assert(IsInBundle); in parseBasicBlock()
971 IsInBundle = false; in parseBasicBlock()
978 if (IsInBundle) { in parseBasicBlock()
984 if (IsInBundle) in parseBasicBlock()
989 IsInBundle = true; in parseBasicBlock()