Searched refs:isPhysRegLiveAcrossClauses (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/R600/
H A DR600RegisterInfo.h51 virtual bool isPhysRegLiveAcrossClauses(unsigned Reg) const;
H A DR600RegisterInfo.cpp89 bool R600RegisterInfo::isPhysRegLiveAcrossClauses(unsigned Reg) const { function in class:R600RegisterInfo
H A DR600EmitClauseMarkers.cpp186 TRI.isPhysRegLiveAcrossClauses(MOI->getReg()))
H A DR600InstrInfo.cpp86 I->isUse() && RI.isPhysRegLiveAcrossClauses(I->getReg()))

Completed in 102 milliseconds