Home
last modified time | relevance | path

Searched defs:isDead (Results 1 - 18 of 18) sorted by relevance

/third_party/node/lib/internal/cluster/
H A Dworker.js
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DDeadMachineInstructionElim.cpp59 bool DeadMachineInstructionElim::isDead(const MachineInstr *MI) const { in isDead() function in DeadMachineInstructionElim
H A DMachineInstrBundle.cpp215 bool isDead = DeadDefSet.count(Reg) || KilledDefSet.count(Reg); in finalizeBundle() local
H A DPHIElimination.cpp252 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode() local
H A DTailDuplicator.cpp180 bool isDead = MBB->pred_empty() && !MBB->hasAddressTaken(); in tailDuplicateAndUpdate() local
467 updateSuccessorsPHIs( MachineBasicBlock *FromBB, bool isDead, SmallVectorImpl<MachineBasicBlock *> &TDBBs, SmallSetVector<MachineBasicBlock *, 8> &Succs) updateSuccessorsPHIs() argument
H A DMachineInstr.cpp992 MachineInstr::findRegisterDefOperandIdx(Register Reg, bool isDead, bool Overlap, in findRegisterDefOperandIdx() argument
H A DMachineOperand.cpp234 ChangeToRegister(Register Reg, bool isDef, bool isImp, bool isKill, bool isDead, bool isUndef, bool isDebug) ChangeToRegister() argument
/third_party/skia/src/sksl/analysis/
H A DSkSLProgramUsage.cpp114 bool ProgramUsage::isDead(const Variable& v) const { in isDead() function in SkSL::ProgramUsage
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp309 bool isDead() const { in isDead() function in __anon25179::CongruenceClass
H A DSROA.cpp185 bool isDead() const { return getUse() == nullptr; } in isDead() function in __anon25192::Slice
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DOptimizer.cpp572 bool Optimizer::isDead(Ice::Inst *instruction) in isDead() function in __anon22923::Optimizer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h236 bool isDead() const { return getSlot() == Slot_Dead; } in isDead() function in llvm::SlotIndex
H A DMachineOperand.h383 bool isDead() const { in isDead() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h350 bool isDead() const { in isDead() function in llvm::LazyCallGraph::Edge::Node
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1034 bool HexagonHardwareLoops::isDead(const MachineInstr *MI, in isDead() function in HexagonHardwareLoops
H A DHexagonFrameLowering.cpp2038 auto isDead = [&FIR,&DeadMap] (unsigned Reg) -> bool { in findPhysReg() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_peephole.cpp64 bool Instruction::isDead() const in isDead() function in nv50_ir::Instruction
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp3083 bool SPIRVCodeGenerator::isDead(const Variable& var) const { in isDead() function in SkSL::SPIRVCodeGenerator

Completed in 67 milliseconds