/external/clang/lib/Lex/ |
D | MacroInfo.cpp | 71 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP, in isIdenticalTo() function in MacroInfo
|
D | PPDirectives.cpp | 2027 !MI->isIdenticalTo(*OtherMI, *this, /*Syntactic=*/LangOpts.MicrosoftExt)) { in HandleDefineDirective()
|
/external/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 170 bool MachineOperand::isIdenticalTo(const MachineOperand &Other) const { in isIdenticalTo() function in MachineOperand 770 bool MachineInstr::isIdenticalTo(const MachineInstr *Other, in isIdenticalTo() function in MachineInstr 786 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(I2, Check)) in isIdenticalTo() 796 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo() 813 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo() 819 if (!MO.isIdenticalTo(OMO)) in isIdenticalTo()
|
D | BranchFolding.cpp | 340 if (!I1->isIdenticalTo(I2) || in ComputeCommonTailLength() 1140 if (!MBBIter->isIdenticalTo(PrevBBIter)) in OptimizeBlock() 1622 if (!TIB->isIdenticalTo(FIB, MachineInstr::CheckKillDead)) in HoistCommonCodeInSuccs()
|
D | LiveDebugVariables.cpp | 191 if (LocMO.isIdenticalTo(locations[i])) in getLocationNo() 389 if (locations[KeepLoc].isIdenticalTo(locations[LocNo])) in coalesceLocation()
|
D | TargetInstrInfo.cpp | 294 return MI0->isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs); in produceSameValue()
|
D | IfConversion.cpp | 574 if (!TIB->isIdenticalTo(FIB)) in ValidDiamond() 614 if (!TIE->isIdenticalTo(FIE)) in ValidDiamond()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 596 bool isIdenticalTo(const MachineInstr *Other, 1057 return LHS->isIdenticalTo(RHS, MachineInstr::IgnoreVRegDefs);
|
D | MachineOperand.h | 517 bool isIdenticalTo(const MachineOperand &Other) const;
|
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 153 if (LHSI->isIdenticalTo(RHSI)) return true; in isEqual() 257 return LHSI->isIdenticalTo(RHSI); in isEqual()
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 338 bool isIdenticalTo(const Instruction *I) const;
|
/external/llvm/lib/Target/R600/ |
D | SIInsertWaits.cpp | 176 return Op.isIdenticalTo(*I); in isOpRelevant()
|
/external/clang/include/clang/Lex/ |
D | MacroInfo.h | 152 bool isIdenticalTo(const MacroInfo &Other, Preprocessor &PP,
|
/external/llvm/lib/Transforms/Utils/ |
D | FlattenCFG.cpp | 340 if (!iter1->isIdenticalTo(iter2)) in CompareIfRegionBlock()
|
D | Local.cpp | 857 if (OtherPN->isIdenticalTo(PN)) { in EliminateDuplicatePHINodes()
|
D | SimplifyCFG.cpp | 1934 if (Inst->isIdenticalTo(PBI)) { in checkCSEInPredecessor()
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 263 bool Instruction::isIdenticalTo(const Instruction *I) const { in isIdenticalTo() function in Instruction
|
/external/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 999 LatestDef.getMacroInfo()->isIdenticalTo(*PredefinedDef.getMacroInfo(),PP, in checkConfigMacro()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1407 MInsn->isIdenticalTo(History.back()))) { in collectVariableInfo() 1668 Prev->isIdenticalTo(History[History.size() - 2])) { in beginFunction()
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 1369 if (!MO0.isIdenticalTo(MO1)) in produceSameValue() 1375 return MI0->isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs); in produceSameValue()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 1527 if (In->isIdenticalTo(*v) && in optimizeGatherSequence()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 636 if (User != &I && !I.isIdenticalTo(User)) in FoldOpIntoPhi()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 5686 if (AI->isIdenticalTo(BI) && !AI->mayReadFromMemory()) in HasSameValue()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 1619 if (NewMI != PrevMI && !PrevMI->isIdenticalTo(*NewMI, PP, in installImportedMacro()
|