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

  /external/clang/include/clang/Lex/
MacroInfo.h 143 /// isIdenticalTo - Return true if the specified macro definition is equal to
146 bool isIdenticalTo(const MacroInfo &Other, Preprocessor &PP) const;
  /external/clang/lib/Lex/
MacroInfo.cpp 88 /// isIdenticalTo - Return true if the specified macro definition is equal to
92 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP) const {
PPDirectives.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 574 /// isIdenticalTo - Return true if this instruction is identical to (same
576 bool isIdenticalTo(const MachineInstr *Other,
    [all...]
MachineOperand.h 502 /// isIdenticalTo - Return true if this operand is identical to the specified
504 bool isIdenticalTo(const MachineOperand &Other) const;
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 131 return LHSI->isIdenticalTo(RHSI);
201 return LHSI->isIdenticalTo(RHSI);
  /external/llvm/include/llvm/
Instruction.h 254 /// isIdenticalTo - Return true if the specified instruction is exactly
257 bool isIdenticalTo(const Instruction *I) const;
259 /// isIdenticalToWhenDefined - This is like isIdenticalTo, except that it
267 /// is similar to isIdenticalTo except the operands themselves don't have to
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 188 /// isIdenticalTo - Return true if this operand is identical to the specified
190 bool MachineOperand::isIdenticalTo(const MachineOperand &Other) const {
772 bool MachineInstr::isIdenticalTo(const MachineInstr *Other,
788 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(I2, Check))
798 if (!MO.isIdenticalTo(OMO))
815 if (!MO.isIdenticalTo(OMO))
821 if (!MO.isIdenticalTo(OMO))
    [all...]
LiveDebugVariables.cpp 189 if (LocMO.isIdenticalTo(locations[i]))
382 if (locations[KeepLoc].isIdenticalTo(locations[LocNo]))
    [all...]
BranchFolding.cpp 342 if (!I1->isIdenticalTo(I2) ||
    [all...]
TargetInstrInfoImpl.cpp 246 return MI0->isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs);
IfConversion.cpp 565 if (!TIB->isIdenticalTo(FIB))
605 if (!TIE->isIdenticalTo(FIE))
    [all...]
  /external/llvm/lib/VMCore/
Instruction.cpp 170 /// isIdenticalTo - Return true if the specified instruction is exactly
173 bool Instruction::isIdenticalTo(const Instruction *I) const {
178 /// isIdenticalToWhenDefined - This is like isIdenticalTo, except that it
  /external/llvm/lib/Transforms/Utils/
Local.cpp 687 if (OtherPN->isIdenticalTo(PN)) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 611 if (User != &I && !I.isIdenticalTo(User))
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 736 milliseconds