Home
last modified time | relevance | path

Searched refs:livein_empty (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h278 bool livein_empty() const { return LiveIns.empty(); } in livein_empty() function
DMachineBasicBlock.h219 bool livein_empty() const { return LiveIns.empty(); }
/external/llvm/lib/CodeGen/
DMachineFunction.cpp303 if (RegInfo && !RegInfo->livein_empty()) { in print()
DMachineBasicBlock.cpp224 if (!livein_empty()) { in print()