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.cpp689 bool HasLineAttributes = false; in print() local
713 HasLineAttributes = true; in print()
731 HasLineAttributes = true; in print()
734 if (HasLineAttributes && !MBB.empty()) in print()
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()