Home
last modified time | relevance | path

Searched defs:isDead (Results 1 – 25 of 149) sorted by relevance

123456

/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/power/aidl/android.hardware.power-V6-ndk-source/gen/include/aidl/android/hardware/power/
DFrameProducerUpdate.h33 bool isDead = false; variable
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/power/aidl/android.hardware.power-V6-java-source/gen/android/hardware/power/
DFrameProducerUpdate.java20 public boolean isDead = false; field in FrameProducerUpdate
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DTailDuplicator.cpp179 bool isDead = MBB->pred_empty() && !MBB->hasAddressTaken(); in tailDuplicateAndUpdate() local
473 MachineBasicBlock *FromBB, bool isDead, in updateSuccessorsPHIs()
H A DDeadMachineInstructionElim.cpp61 bool DeadMachineInstructionElim::isDead(const MachineInstr *MI) const { in isDead() function in DeadMachineInstructionElim
H A DMachineInstrBundle.cpp218 bool isDead = DeadDefSet.count(Reg) || KilledDefSet.count(Reg); in finalizeBundle() local
H A DPHIElimination.cpp281 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTailDuplicator.cpp180 bool isDead = MBB->pred_empty() && !MBB->hasAddressTaken(); in tailDuplicateAndUpdate() local
468 MachineBasicBlock *FromBB, bool isDead, in updateSuccessorsPHIs()
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
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DTailDuplicator.cpp141 bool isDead = MBB->pred_empty() && !MBB->hasAddressTaken(); in tailDuplicateAndUpdate() local
421 MachineBasicBlock *FromBB, bool isDead, in updateSuccessorsPHIs()
H A DDeadMachineInstructionElim.cpp60 bool DeadMachineInstructionElim::isDead(const MachineInstr *MI) const { in isDead() function in DeadMachineInstructionElim
H A DMachineInstrBundle.cpp203 bool isDead = DeadDefSet.count(Reg) || KilledDefSet.count(Reg); in finalizeBundle() local
H A DPHIElimination.cpp235 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode() local
H A DMachineInstr.cpp178 bool isKill, bool isDead, bool isUndef, in ChangeToRegister()
1340 MachineInstr::findRegisterDefOperandIdx(unsigned Reg, bool isDead, bool Overlap, in findRegisterDefOperandIdx()
/aosp_15_r20/external/kotlinx.serialization/formats/json/nativeMain/src/kotlinx/serialization/json/
H A DJsonSchemaCache.kt35 val isDead: Boolean get() = ref.get() == null constant
/aosp_15_r20/packages/services/Car/service/src/com/android/car/property/
DCarPropertyServiceClient.java71 public boolean isDead() { in isDead() method in CarPropertyServiceClient
/aosp_15_r20/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputLogicTestsDeadKeys.java30 public EventList addCodePoint(final int codePoint, final boolean isDead) { in addCodePoint()
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
H A DControlFlowGraph.java474 public boolean isDead(final InstructionHandle i) { in isDead() method in ControlFlowGraph
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
DEvent.java278 public boolean isDead() { in isDead() method in Event
/aosp_15_r20/external/skia/src/sksl/analysis/
H A DSkSLProgramUsage.cpp170 bool ProgramUsage::isDead(const Variable& v) const { in isDead() function in SkSL::ProgramUsage
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h350 bool isDead() const { in isDead() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DLazyCallGraph.h338 bool isDead() const { in isDead() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DLazyCallGraph.h338 bool isDead() const { in isDead() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DLazyCallGraph.h338 bool isDead() const { in isDead() function

123456