HomeSort by relevance Sort by last modified time
    Searched refs:isDeadDef (Results 1 - 18 of 18) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 177 bool isDeadDef(unsigned DstReg);
255 bool SSACCmpConv::isDeadDef(unsigned DstReg) {
337 if (isDeadDef(I->getOperand(0).getReg()))
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 114 bool isDeadDef() const {
121 return isDeadDef() ? nullptr : LateVal;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h 113 bool isDeadDef() const {
120 return isDeadDef() ? nullptr : LateVal;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
LiveInterval.h 117 bool isDeadDef() const {
124 return isDeadDef() ? nullptr : LateVal;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
LiveInterval.h 117 bool isDeadDef() const {
124 return isDeadDef() ? nullptr : LateVal;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
LiveInterval.h 117 bool isDeadDef() const {
124 return isDeadDef() ? nullptr : LateVal;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
LiveInterval.h 117 bool isDeadDef() const {
124 return isDeadDef() ? nullptr : LateVal;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
LiveInterval.h 117 bool isDeadDef() const {
124 return isDeadDef() ? nullptr : LateVal;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
LiveInterval.h 117 bool isDeadDef() const {
124 return isDeadDef() ? nullptr : LateVal;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h 113 bool isDeadDef() const {
120 return isDeadDef() ? nullptr : LateVal;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
LiveInterval.h 117 bool isDeadDef() const {
124 return isDeadDef() ? nullptr : LateVal;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
LiveInterval.h 117 bool isDeadDef() const {
124 return isDeadDef() ? nullptr : LateVal;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
LiveInterval.h 117 bool isDeadDef() const {
124 return isDeadDef() ? nullptr : LateVal;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
LiveInterval.h 117 bool isDeadDef() const {
124 return isDeadDef() ? nullptr : LateVal;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
LiveInterval.h 117 bool isDeadDef() const {
124 return isDeadDef() ? nullptr : LateVal;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
LiveInterval.h 117 bool isDeadDef() const {
124 return isDeadDef() ? nullptr : LateVal;
    [all...]
  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 547 if (LRQ.isDeadDef()) {
    [all...]
MachineVerifier.cpp     [all...]

Completed in 4138 milliseconds