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

  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 296 /// isLiveOut - Determine if Reg is live out from MBB, when not considering
299 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
MachineRegisterInfo.h 327 bool isLiveOut(unsigned Reg) const;
  /external/llvm/lib/CodeGen/
PHIElimination.cpp 338 if (!ValueIsUsed && !LV->isLiveOut(SrcReg, opBlock)) {
424 !LV.isLiveIn(Reg, MBB) && LV.isLiveOut(Reg, *PreMBB)) {
MachineRegisterInfo.cpp 188 bool MachineRegisterInfo::isLiveOut(unsigned Reg) const {
StrongPHIElimination.cpp 378 bool isLiveOut = false;
382 isLiveOut = true;
387 if (isLiveOut)
    [all...]
MachineVerifier.cpp 166 bool isLiveOut(unsigned Reg) const {
    [all...]
MachineInstr.cpp     [all...]
LiveVariables.cpp 703 bool LiveVariables::isLiveOut(unsigned Reg, const MachineBasicBlock &MBB) {
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 255 milliseconds