/third_party/node/lib/internal/cluster/ |
H A D | worker.js | |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | DeadMachineInstructionElim.cpp | 59 bool DeadMachineInstructionElim::isDead(const MachineInstr *MI) const { in isDead() function in DeadMachineInstructionElim
|
H A D | MachineInstrBundle.cpp | 215 bool isDead = DeadDefSet.count(Reg) || KilledDefSet.count(Reg); in finalizeBundle() local
|
H A D | PHIElimination.cpp | 252 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode() local
|
H A D | TailDuplicator.cpp | 180 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 D | MachineInstr.cpp | 992 MachineInstr::findRegisterDefOperandIdx(Register Reg, bool isDead, bool Overlap, in findRegisterDefOperandIdx() argument
|
H A D | MachineOperand.cpp | 234 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 D | SkSLProgramUsage.cpp | 114 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 D | NewGVN.cpp | 309 bool isDead() const { in isDead() function in __anon25179::CongruenceClass
|
H A D | SROA.cpp | 185 bool isDead() const { return getUse() == nullptr; } in isDead() function in __anon25192::Slice
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Optimizer.cpp | 572 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 D | SlotIndexes.h | 236 bool isDead() const { return getSlot() == Slot_Dead; } in isDead() function in llvm::SlotIndex
|
H A D | MachineOperand.h | 383 bool isDead() const { in isDead() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | LazyCallGraph.h | 350 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 D | HexagonHardwareLoops.cpp | 1034 bool HexagonHardwareLoops::isDead(const MachineInstr *MI, in isDead() function in HexagonHardwareLoops
|
H A D | HexagonFrameLowering.cpp | 2038 auto isDead = [&FIR,&DeadMap] (unsigned Reg) -> bool { in findPhysReg() local
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_peephole.cpp | 64 bool Instruction::isDead() const in isDead() function in nv50_ir::Instruction
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLSPIRVCodeGenerator.cpp | 3083 bool SPIRVCodeGenerator::isDead(const Variable& var) const { in isDead() function in SkSL::SPIRVCodeGenerator
|