Searched defs:FromI (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang/include/clang/AST/ |
H A D | ASTImporter.h | 372 auto FromI = ImportedFromDecls.find(ToD); in getImportedFromDecl() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DynamicTypePropagation.cpp | 459 const ObjCInterfaceDecl *FromI = OldTy->getInterfaceDecl(); in getBetterObjCType() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 661 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 828 isPotentiallyReachable(Attributor & A,const Instruction & FromI,const Function & ToFn,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/llvm/lib/Object/ |
H A D | ArchiveWriter.cpp | 986 auto FromI = FromTo.first; computeArchiveRelativePath() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenInsert.cpp | 772 unsigned HexagonGenInsert::distance(MachineBasicBlock::const_iterator FromI, in distance() argument
|
/llvm-project/clang/unittests/AST/ |
H A D | ASTImporterTest.cpp | 7743 for (auto FromI = From.begin(), ToI = To.begin(); FromI != From.end(); checkImportVariadicArg() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 14648 initScheduleData(Instruction * FromI,Instruction * ToI,ScheduleData * PrevLoadStore,ScheduleData * NextLoadStore) initScheduleData() argument
|