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

  /external/llvm/lib/CodeGen/
EarlyIfConversion.cpp 186 if (!MBB->livein_empty()) {
369 if (!Tail->livein_empty()) {
MachineBasicBlock.cpp 287 if (!livein_empty()) {
    [all...]
MachineFunction.cpp 337 if (RegInfo && !RegInfo->livein_empty()) {
    [all...]
TailDuplication.cpp 789 if (RS && !TailBB->livein_empty()) {
    [all...]
LiveIntervalAnalysis.cpp 273 if ((MFI != MF->begin() && !MBB->isLandingPad()) || MBB->livein_empty())
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 482 bool livein_empty() const { return LiveIns.empty(); } function in class:llvm::MachineRegisterInfo
MachineBasicBlock.h 309 bool livein_empty() const { return LiveIns.empty(); } function in class:llvm::MachineBasicBlock
  /external/llvm/lib/Target/R600/
R600InstrInfo.cpp 540 if (MRI.livein_empty()) {

Completed in 35 milliseconds