Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dall-nodes.h28 bool IsLive(Node* node) { in IsLive() function
Dgraph-trimmer.h40 V8_INLINE bool IsLive(Node* const node) { return is_live_.Get(node); } in IsLive() function
Dinstruction-selector.h203 bool IsLive(Node* node) const { return !IsDefined(node) && IsUsed(node); } in IsLive() function
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp123 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
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAggressiveAntiDepBreaker.cpp107 bool AggressiveAntiDepState::IsLive(unsigned Reg) in IsLive() function in AggressiveAntiDepState
/external/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp710 bool IsLive = false; in resetKills() local