Home
last modified time | relevance | path

Searched refs:HasLineAttributes (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp690 bool HasLineAttributes = false; in printMBB() local
712 HasLineAttributes = true; in printMBB()
727 HasLineAttributes = true; in printMBB()
730 if (HasLineAttributes && !MBB.empty()) in printMBB()
H A DMachineBasicBlock.cpp377 bool HasLineAttributes = false; in print() local
388 HasLineAttributes = true; in print()
419 HasLineAttributes = true; in print()
432 HasLineAttributes = true; in print()
435 if (HasLineAttributes) in print()