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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineRegisterInfo.cpp 188 bool MachineRegisterInfo::isLiveOut(unsigned Reg) const {
LiveVariables.cpp 703 bool LiveVariables::isLiveOut(unsigned Reg, const MachineBasicBlock &MBB) {
MachineVerifier.cpp 166 bool isLiveOut(unsigned Reg) const {
    [all...]
StrongPHIElimination.cpp 378 bool isLiveOut = false;
382 isLiveOut = true;
387 if (isLiveOut)
    [all...]
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 740 bool LiveVariables::isLiveOut(unsigned Reg, const MachineBasicBlock &MBB) {
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...]
MachineVerifier.cpp 175 bool isLiveOut(unsigned Reg) const {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp     [all...]

Completed in 2165 milliseconds