Searched defs:IsLive (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/compiler/
H A Dall-nodes.h22 bool IsLive(Node* node) { function in class:v8::internal::compiler::AllNodes
H A Dgraph-trimmer.h36 V8_INLINE bool IsLive(Node* const node) { return is_live_.Get(node); } function in class:v8::internal::compiler::final
38 if (!node->IsDead() && !IsLive(node)) {
H A Dinstruction-selector.h150 bool IsLive(Node* node) const { return !IsDefined(node) && IsUsed(node); } function in class:v8::internal::compiler::final
/external/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp106 bool AggressiveAntiDepState::IsLive(unsigned Reg) function in class:AggressiveAntiDepState
204 if (State->IsLive(Reg)) {
303 if (TRI->isSuperRegister(Reg, *AI) && State->IsLive(*AI)) {
308 if (!State->IsLive(Reg)) {
320 if (!State->IsLive(SubregReg)) {
380 if (State->IsLive(AliasReg)) {
416 if (TRI->isSuperRegister(Reg, *AI) && State->IsLive(*AI))
663 if (State->IsLive(NewReg) || (KillIndices[Reg] > DefIndices[NewReg])) {
670 if (State->IsLive(AliasReg) ||
782 if (!State->IsLive(Re
[all...]
/external/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp117 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); local
118 if (!IsLive || !IsImplicit) {
119 MIB.addReg(GPR64, getImplRegState(IsImplicit) | getKillRegState(!IsLive));
120 if (!IsLive)

Completed in 204 milliseconds