Searched refs:isIdenticalTo (Results 1 - 19 of 19) sorted by relevance

/external/clang/include/clang/Lex/
H A DMacroInfo.h169 /// isIdenticalTo - Return true if the specified macro definition is equal to
172 bool isIdenticalTo(const MacroInfo &Other, Preprocessor &PP) const;
/external/clang/lib/Lex/
H A DMacroInfo.cpp90 /// isIdenticalTo - Return true if the specified macro definition is equal to
94 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP) const { function in class:MacroInfo
H A DPPDirectives.cpp1856 // then don't bother calling MacroInfo::isIdenticalTo.
1865 !MI->isIdenticalTo(*OtherMI, *this)) {
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp131 return LHSI->isIdenticalTo(RHSI);
201 return LHSI->isIdenticalTo(RHSI);
/external/llvm/include/llvm/
H A DInstruction.h275 /// isIdenticalTo - Return true if the specified instruction is exactly
278 bool isIdenticalTo(const Instruction *I) const;
280 /// isIdenticalToWhenDefined - This is like isIdenticalTo, except that it
298 /// is similar to isIdenticalTo except the operands themselves don't have to
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp168 /// isIdenticalTo - Return true if this operand is identical to the specified
171 bool MachineOperand::isIdenticalTo(const MachineOperand &Other) const { function in class:MachineOperand
212 // Note: this must stay exactly in sync with isIdenticalTo above.
832 bool MachineInstr::isIdenticalTo(const MachineInstr *Other,
848 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(I2, Check))
858 if (!MO.isIdenticalTo(OMO))
875 if (!MO.isIdenticalTo(OMO))
881 if (!MO.isIdenticalTo(OMO))
1269 if (!MOp.isIdenticalTo(MO))
H A DLiveDebugVariables.cpp189 if (LocMO.isIdenticalTo(locations[i]))
382 if (locations[KeepLoc].isIdenticalTo(locations[LocNo]))
H A DBranchFolding.cpp341 if (!I1->isIdenticalTo(I2) ||
1136 if (!MBBIter->isIdenticalTo(PrevBBIter))
1618 if (!TIB->isIdenticalTo(FIB, MachineInstr::CheckKillDead))
H A DTargetInstrInfoImpl.cpp237 return MI0->isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs);
H A DIfConversion.cpp573 if (!TIB->isIdenticalTo(FIB))
613 if (!TIE->isIdenticalTo(FIE))
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h581 /// isIdenticalTo - Return true if this instruction is identical to (same
583 bool isIdenticalTo(const MachineInstr *Other,
1015 return LHS->isIdenticalTo(RHS, MachineInstr::IgnoreVRegDefs);
H A DMachineOperand.h512 /// isIdenticalTo - Return true if this operand is identical to the specified
514 bool isIdenticalTo(const MachineOperand &Other) const;
519 /// isIdenticalTo uses for comparison. It is thus suited for use in hash
/external/llvm/lib/VMCore/
H A DInstruction.cpp170 /// isIdenticalTo - Return true if the specified instruction is exactly
173 bool Instruction::isIdenticalTo(const Instruction *I) const { function in class:Instruction
178 /// isIdenticalToWhenDefined - This is like isIdenticalTo, except that it
/external/llvm/lib/Transforms/Utils/
H A DLocal.cpp698 if (OtherPN->isIdenticalTo(PN)) {
H A DSimplifyCFG.cpp1711 if (Inst->isIdenticalTo(PBI)) {
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1061 MInsn->isIdenticalTo(History.back()))) {
1311 Prev->isIdenticalTo(History[History.size() - 2])) {
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1338 if (!MO0.isIdenticalTo(MO1))
1344 return MI0->isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs);
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp615 if (User != &I && !I.isIdenticalTo(User))
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp5593 if (AI->isIdenticalTo(BI) && !AI->mayReadFromMemory())

Completed in 788 milliseconds