/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIPreEmitPeephole.cpp | 312 for (MachineFunction::const_iterator MBBI(&From), ToI(&To), End = MF->end(); mustRetainExeczBranch() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DynamicTypePropagation.cpp | 458 const ObjCInterfaceDecl *ToI = NewTy->getInterfaceDecl(); in getBetterObjCType() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 844 canMoveMemTo(MachineInstr & TheI,MachineInstr & ToI,bool IsDown) canMoveMemTo() argument
|
H A D | HexagonGenInsert.cpp | 773 MachineBasicBlock::const_iterator ToI, const UnsignedMap &RPO, in distance() argument
|
/llvm-project/llvm/lib/Object/ |
H A D | ArchiveWriter.cpp | 987 auto ToI = FromTo.second; computeArchiveRelativePath() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.cpp | 373 if (Instruction *ToI = dyn_cast<Instruction>(To)) { addMetadata() local
|
H A D | SLPVectorizer.cpp | 14649 initScheduleData(Instruction * FromI,Instruction * ToI,ScheduleData * PrevLoadStore,ScheduleData * NextLoadStore) initScheduleData() argument
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 662 isPotentiallyReachable(Attributor & A,const Instruction & FromI,const Instruction * ToI,const Function & ToFn,const AbstractAttribute & QueryingAA,const AA::InstExclusionSetTy * ExclusionSet,std::function<bool (const Function & F)> GoBackwardsCB) isPotentiallyReachable() argument 818 isPotentiallyReachable(Attributor & A,const Instruction & FromI,const Instruction & ToI,const AbstractAttribute & QueryingAA,const AA::InstExclusionSetTy * ExclusionSet,std::function<bool (const Function & F)> GoBackwardsCB) isPotentiallyReachable() argument [all...] |
H A D | AttributorAttributes.cpp | 1759 __anon30d26d8f1302(Instruction *FromI, Instruction *ToI) updateImpl() argument
|
/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 9202 AttributeCommonInfo ToI(ToAttrName, ToScopeName, ToAttrRange, ToScopeLoc, importAttr() local
|
/llvm-project/clang/unittests/AST/ |
H A D | ASTImporterTest.cpp | 7743 for (auto FromI = From.begin(), ToI = To.begin(); FromI != From.end(); checkImportVariadicArg() local
|