Home
last modified time | relevance | path

Searched defs:IsDead (Results 1 – 21 of 21) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DRDFDeadCode.cpp139 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { in collect() local
DHexagonRDFOpt.cpp239 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFDeadCode.cpp150 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { in collect() local
DHexagonRDFOpt.cpp253 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite() local
DRDFLiveness.cpp392 bool IsDead = DefA.Addr->getFlags() & NodeAttrs::Dead; in getAllReachedUses() local
473 bool IsDead = DA.Addr->getFlags() & NodeAttrs::Dead; in computePhiInfo() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSILowerControlFlow.cpp129 static void setImpSCCDefDead(MachineInstr &MI, bool IsDead) { in setImpSCCDefDead()
DAMDGPUMachineCFGStructurizer.cpp1608 bool IsDead = true; in replaceLiveOutRegs() local
DSIInstrInfo.cpp1353 bool IsDead = RegOp.isDead(); in swapRegAndNonRegOperand() local
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineOperand.h84 bool IsDead : 1; variable
/external/deqp-deps/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp143 bool AggressiveDCEPass::IsDead(Instruction* inst) { in IsDead() function in spvtools::opt::AggressiveDCEPass
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp213 bool IsDead = true; in eraseInstrWithNoUses() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp143 bool AggressiveDCEPass::IsDead(Instruction* inst) { in IsDead() function in spvtools::opt::AggressiveDCEPass
/external/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp216 bool IsDead = true; in eraseInstrWithNoUses() local
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h99 bool IsDead : 1; variable
/external/v8/src/compiler/
Dnode.h396 bool Node::IsDead() const { in IsDead() function
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp496 bool IsDead = MRI.use_empty(Reg); in RematerializeCheapDef() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp531 bool IsDead = MRI.use_empty(Reg); in RematerializeCheapDef() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc165 bool StateMap::IsDead(StateMap::CondId id) const { return id == dead_id_; } in IsDead() function in tensorflow::functionalize_cond::StateMap
/external/v8/src/
Disolate.h1131 bool IsDead() { return has_fatal_error_; } in IsDead() function
Dapi.cc8870 bool Isolate::IsDead() { in IsDead() function in v8::Isolate
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp911 bool IsDead; member in __anon6d7da64b0211::ContextLocation