Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/node/deps/v8/src/torque/
Dcfg.h85 bool IsDead() const { return !HasInputDefinitions(); } in IsDead() function
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp211 bool IsDead = true; in eraseInstrWithNoUses() local
/third_party/node/deps/v8/src/compiler/
Dnode.h460 bool Node::IsDead() const { in IsDead() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp550 bool IsDead = MRI.use_empty(Reg); in rematerializeCheapDef() local
/third_party/node/deps/v8/src/execution/
Disolate.h1357 bool IsDead() const { return has_fatal_error_; } in IsDead() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp793 bool IsDead = MI.getOperand(0).isDead(); in convertToThreeAddressWithLEA() local
/third_party/node/deps/v8/src/api/
Dapi.cc9568 bool Isolate::IsDead() { in IsDead() function in v8::Isolate