Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dall-nodes.h22 bool IsLive(Node* node) { in IsLive() function
Dgraph-trimmer.h39 V8_INLINE bool IsLive(Node* const node) { return is_live_.Get(node); } in IsLive() function
Dinstruction-selector.h163 bool IsLive(Node* node) const { return !IsDefined(node) && IsUsed(node); } in IsLive() function
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp117 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); in addSavedGPR() local
/external/llvm/lib/CodeGen/
DAggressiveAntiDepBreaker.cpp106 bool AggressiveAntiDepState::IsLive(unsigned Reg) in IsLive() function in AggressiveAntiDepState