Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dall-nodes.h28 bool IsLive(const Node* node) const { in IsLive() function
Dgraph-trimmer.h41 V8_INLINE bool IsLive(Node* const node) { return is_live_.Get(node); } in IsLive() function
Dscheduler.cc127 bool Scheduler::IsLive(Node* node) { return GetPlacement(node) != kUnknown; } in IsLive() function in v8::internal::compiler::Scheduler
/external/deqp-deps/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.h68 bool IsLive(const Instruction* inst) const { in IsLive() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.h68 bool IsLive(const Instruction* inst) const { in IsLive() function
/external/angle/third_party/spirv-tools/src/source/opt/
Daggressive_dead_code_elim_pass.h68 bool IsLive(const Instruction* inst) const { in IsLive() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_liveness_analysis.cc311 bool HloLivenessAnalysis::IsLive(const HloInstruction* instruction, in IsLive() function in xla::HloLivenessAnalysis
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonGenMux.cpp352 auto IsLive = [&LPR,this] (unsigned Reg) -> bool { in genMuxInBlock() local
DRDFLiveness.cpp906 bool IsLive = false; in resetKills() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp123 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); in addSavedGPR() local
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp123 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); in addSavedGPR() local
/external/v8/src/compiler/backend/
Dinstruction-selector.h439 bool IsLive(Node* node) const { return !IsDefined(node) && IsUsed(node); } in IsLive() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAggressiveAntiDepBreaker.cpp120 bool AggressiveAntiDepState::IsLive(unsigned Reg) { in IsLive() function in AggressiveAntiDepState
/external/llvm/lib/CodeGen/
DAggressiveAntiDepBreaker.cpp106 bool AggressiveAntiDepState::IsLive(unsigned Reg) in IsLive() function in AggressiveAntiDepState
/external/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp710 bool IsLive = false; in resetKills() local
/external/v8/src/heap/
Dmark-compact.cc4398 inline bool IsLive(HeapObject object) { in IsLive() function in v8::internal::YoungGenerationRecordMigratedSlotVisitor