/external/clang/lib/Lex/ |
D | MacroInfo.cpp | 94 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP) const { in isIdenticalTo() function in MacroInfo
|
D | PPDirectives.cpp | 1865 !MI->isIdenticalTo(*OtherMI, *this)) { in HandleDefineDirective()
|
/external/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 171 bool MachineOperand::isIdenticalTo(const MachineOperand &Other) const { in isIdenticalTo() function in MachineOperand 832 bool MachineInstr::isIdenticalTo(const MachineInstr *Other, in isIdenticalTo() function in MachineInstr 848 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(I2, Check)) in isIdenticalTo() 858 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo() 875 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo() 881 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo() 1269 if (!MOp.isIdenticalTo(MO)) in copyKillDeadInfo()
|
D | BranchFolding.cpp | 341 if (!I1->isIdenticalTo(I2) || in ComputeCommonTailLength() 1136 if (!MBBIter->isIdenticalTo(PrevBBIter)) in OptimizeBlock() 1618 if (!TIB->isIdenticalTo(FIB, MachineInstr::CheckKillDead)) in HoistCommonCodeInSuccs()
|
D | LiveDebugVariables.cpp | 189 if (LocMO.isIdenticalTo(locations[i])) in getLocationNo() 382 if (locations[KeepLoc].isIdenticalTo(locations[LocNo])) in coalesceLocation()
|
D | TargetInstrInfoImpl.cpp | 237 return MI0->isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs); in produceSameValue()
|
D | IfConversion.cpp | 573 if (!TIB->isIdenticalTo(FIB)) in ValidDiamond() 613 if (!TIE->isIdenticalTo(FIE)) in ValidDiamond()
|
/external/clang/include/clang/Lex/ |
D | MacroInfo.h | 172 bool isIdenticalTo(const MacroInfo &Other, Preprocessor &PP) const;
|
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 131 return LHSI->isIdenticalTo(RHSI); in isEqual() 201 return LHSI->isIdenticalTo(RHSI); in isEqual()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 583 bool isIdenticalTo(const MachineInstr *Other, 1015 return LHS->isIdenticalTo(RHS, MachineInstr::IgnoreVRegDefs);
|
D | MachineOperand.h | 514 bool isIdenticalTo(const MachineOperand &Other) const;
|
/external/llvm/include/llvm/ |
D | Instruction.h | 278 bool isIdenticalTo(const Instruction *I) const;
|
/external/llvm/lib/VMCore/ |
D | Instruction.cpp | 173 bool Instruction::isIdenticalTo(const Instruction *I) const { in isIdenticalTo() function in Instruction
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 698 if (OtherPN->isIdenticalTo(PN)) { in EliminateDuplicatePHINodes()
|
D | SimplifyCFG.cpp | 1711 if (Inst->isIdenticalTo(PBI)) { in checkCSEInPredecessor()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1061 MInsn->isIdenticalTo(History.back()))) { in collectVariableInfo() 1311 Prev->isIdenticalTo(History[History.size() - 2])) { in beginFunction()
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 1338 if (!MO0.isIdenticalTo(MO1)) in produceSameValue() 1344 return MI0->isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs); in produceSameValue()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 615 if (User != &I && !I.isIdenticalTo(User)) in FoldOpIntoPhi()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 5593 if (AI->isIdenticalTo(BI) && !AI->mayReadFromMemory()) in HasSameValue()
|