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

  /external/llvm/lib/CodeGen/
PHIElimination.cpp 409 !LV->isLiveOut(SrcReg, opBlock)) {
472 bool isLiveOut = false;
480 isLiveOut = true;
485 if (!isLiveOut) {
574 // LV doesn't consider a phi use live-out, so isLiveOut only returns true
650 return LV->isLiveOut(Reg, *MBB);
MachineBasicBlock.cpp 907 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ));
908 if (isLiveOut && isLastMBB) {
912 } else if (!isLiveOut && !isLastMBB) {
    [all...]
LiveVariables.cpp 740 bool LiveVariables::isLiveOut(unsigned Reg, const MachineBasicBlock &MBB) {
MachineVerifier.cpp 175 bool isLiveOut(unsigned Reg) const {
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 288 /// isLiveOut - Determine if Reg is live out from MBB, when not considering
291 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
  /external/swiftshader/third_party/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 319 bool isLiveOut(unsigned Reg) const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
LiveVariables.h 287 /// isLiveOut - Determine if Reg is live out from MBB, when not considering
290 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
LiveVariables.h 287 /// isLiveOut - Determine if Reg is live out from MBB, when not considering
290 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
LiveVariables.h 287 /// isLiveOut - Determine if Reg is live out from MBB, when not considering
290 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveVariables.h 287 /// isLiveOut - Determine if Reg is live out from MBB, when not considering
290 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
LiveVariables.h 287 /// isLiveOut - Determine if Reg is live out from MBB, when not considering
290 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
LiveVariables.h 287 /// isLiveOut - Determine if Reg is live out from MBB, when not considering
290 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
LiveVariables.h 287 /// isLiveOut - Determine if Reg is live out from MBB, when not considering
290 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveVariables.h 287 /// isLiveOut - Determine if Reg is live out from MBB, when not considering
290 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
  /external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 743 milliseconds