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

  /external/llvm/lib/CodeGen/
PHIElimination.cpp 407 !LV->isLiveOut(SrcReg, opBlock)) {
470 bool isLiveOut = false;
478 isLiveOut = true;
483 if (!isLiveOut) {
572 // LV doesn't consider a phi use live-out, so isLiveOut only returns true
647 return LV->isLiveOut(Reg, *MBB);
MachineBasicBlock.cpp 890 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ));
891 if (isLiveOut && isLastMBB) {
895 } else if (!isLiveOut && !isLastMBB) {
    [all...]
MachineVerifier.cpp 176 bool isLiveOut(unsigned Reg) const {
    [all...]
LiveVariables.cpp 733 bool LiveVariables::isLiveOut(unsigned Reg, const MachineBasicBlock &MBB) {
  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 285 /// isLiveOut - Determine if Reg is live out from MBB, when not considering
288 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600ISelLowering.cpp 263 if (!MRI.isLiveOut(Reg)) {
  /external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp 263 if (!MRI.isLiveOut(Reg)) {
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp     [all...]

Completed in 126 milliseconds