HomeSort by relevance Sort by last modified time
    Searched refs:livein_empty (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 321 bool livein_empty() const { return LiveIns.empty(); } function in class:llvm::MachineRegisterInfo
MachineBasicBlock.h 219 bool livein_empty() const { return LiveIns.empty(); } function in class:llvm::MachineBasicBlock
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 303 if (RegInfo && !RegInfo->livein_empty()) {
MachineBasicBlock.cpp 224 if (!livein_empty()) {

Completed in 243 milliseconds