Home
last modified time | relevance | path

Searched defs:IsDead (Results 1 – 16 of 16) 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-10.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.cpp390 bool IsDead = DefA.Addr->getFlags() & NodeAttrs::Dead; in getAllReachedUses() local
471 bool IsDead = DA.Addr->getFlags() & NodeAttrs::Dead; in computePhiInfo() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSILowerControlFlow.cpp138 static void setImpSCCDefDead(MachineInstr &MI, bool IsDead) { in setImpSCCDefDead()
DAMDGPUMachineCFGStructurizer.cpp1610 bool IsDead = true; in replaceLiveOutRegs() local
DSIInstrInfo.cpp1657 bool IsDead = RegOp.isDead(); in swapRegAndNonRegOperand() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp211 bool IsDead = true; in eraseInstrWithNoUses() local
/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/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp496 bool IsDead = MRI.use_empty(Reg); in RematerializeCheapDef() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp550 bool IsDead = MRI.use_empty(Reg); in rematerializeCheapDef() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc167 bool StateMap::IsDead(StateMap::CondId id) const { return id == dead_id_; } in IsDead() function in tensorflow::functionalize_cond::StateMap
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp911 bool IsDead; member in __anon9a153a6e0211::ContextLocation
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp793 bool IsDead = MI.getOperand(0).isDead(); in convertToThreeAddressWithLEA() local