Home
last modified time | relevance | path

Searched refs:isLiveOut (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPHIElimination.cpp425 !LV->isLiveOut(SrcReg, opBlock)) { in LowerPHINode()
488 bool isLiveOut = false; in LowerPHINode() local
496 isLiveOut = true; in LowerPHINode()
501 if (!isLiveOut) { in LowerPHINode()
667 return LV->isLiveOut(Reg, *MBB); in isLiveOutPastPHIs()
DMachineBasicBlock.cpp1056 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge() local
1057 if (isLiveOut && isLastMBB) { in SplitCriticalEdge()
1061 } else if (!isLiveOut && !isLastMBB) { in SplitCriticalEdge()
DLiveVariables.cpp738 bool LiveVariables::isLiveOut(unsigned Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
DMachineVerifier.cpp208 bool isLiveOut(unsigned Reg) const { in isLiveOut() function
2247 !PrInfo.isLiveOut(MO0.getReg())) in checkPHIOps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIOptimizeExecMasking.cpp259 static bool isLiveOut(const MachineBasicBlock &MBB, unsigned Reg) { in isLiveOut() function
320 if (isLiveOut(MBB, CopyToExec)) { in runOnMachineFunction()
DAMDGPUMachineCFGStructurizer.cpp428 bool isLiveOut(unsigned Reg);
899 if (isLiveOut(Reg)) in removeLiveOut()
904 if (isLiveOut(OldReg)) { in replaceLiveOut()
923 (isLiveOut(Register) || this->getParent()->isLiveOut(Register))) { in replaceRegister()
1008 bool LinearizedRegion::isLiveOut(unsigned Reg) { in isLiveOut() function in LinearizedRegion
1609 if (LRegion->isLiveOut(Reg)) { in replaceLiveOutRegs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveVariables.h290 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp3062 bool isLiveOut = hasOnlyLiveOutUses(&SU); in AddPseudoTwoAddrDeps() local
3114 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()