Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dall-nodes.h28 bool IsLive(const Node* node) const { in IsLive() function
Dgraph-trimmer.h39 V8_INLINE bool IsLive(Node* const node) { return is_live_.Get(node); } in IsLive() function
Dinstruction-selector.h431 bool IsLive(Node* node) const { return !IsDefined(node) && IsUsed(node); } in IsLive() function
Dscheduler.cc120 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.h66 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/v8/src/objects/
Dhash-table-inl.h118 bool BaseShape<KeyT>::IsLive(ReadOnlyRoots roots, Object* k) { 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/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp123 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); in addSavedGPR() 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/swiftshader/third_party/LLVM/lib/CodeGen/
DAggressiveAntiDepBreaker.cpp107 bool AggressiveAntiDepState::IsLive(unsigned Reg) in IsLive() function in AggressiveAntiDepState
/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/
Dobjects-inl.h2954 bool GlobalDictionaryShape::IsLive(ReadOnlyRoots roots, Object* k) { in IsLive() function
/external/v8/src/heap/
Dmark-compact.cc3694 inline bool IsLive(HeapObject* object) { in IsLive() function in v8::internal::YoungGenerationRecordMigratedSlotVisitor
/external/syzkaller/vendor/google.golang.org/api/storage/v1/
Dstorage-gen.go518 IsLive *bool `json:"isLive,omitempty"` member