Home
last modified time | relevance | path

Searched refs:ToI (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp312 for (MachineFunction::const_iterator MBBI(&From), ToI(&To), End = MF->end(); in mustRetainExeczBranch() local
313 MBBI != End && MBBI != ToI; ++MBBI) { in mustRetainExeczBranch()
/llvm-project-15.0.7/llvm/lib/Object/
H A DArchiveWriter.cpp647 auto ToI = FromTo.second; in computeArchiveRelativePath() local
654 for (auto ToE = sys::path::end(PathTo); ToI != ToE; ++ToI) in computeArchiveRelativePath()
655 sys::path::append(Relative, sys::path::Style::posix, *ToI); in computeArchiveRelativePath()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp225 bool canMoveMemTo(MachineInstr &MI, MachineInstr &ToI, bool IsDown);
821 bool HexagonExpandCondsets::canMoveMemTo(MachineInstr &TheI, MachineInstr &ToI, in canMoveMemTo() argument
826 if (HII->areMemAccessesTriviallyDisjoint(TheI, ToI)) in canMoveMemTo()
831 MachineBasicBlock::iterator StartI = IsDown ? TheI : ToI; in canMoveMemTo()
832 MachineBasicBlock::iterator EndI = IsDown ? ToI : TheI; in canMoveMemTo()
H A DHexagonGenInsert.cpp543 MachineBasicBlock::const_iterator ToI, const UnsignedMap &RPO,
773 MachineBasicBlock::const_iterator ToI, const UnsignedMap &RPO, in distance() argument
775 const MachineBasicBlock *FB = FromI->getParent(), *TB = ToI->getParent(); in distance()
777 return std::distance(FromI, ToI); in distance()
778 unsigned D1 = std::distance(TB->begin(), ToI); in distance()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp458 const ObjCInterfaceDecl *ToI = NewTy->getInterfaceDecl(); in getBetterObjCType() local
460 if (ToI && FromI && FromI->isSuperClassOf(ToI)) in getBetterObjCType()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp550 const Instruction *ToI, const Function &ToFn, in isPotentiallyReachable() argument
579 if (!ToI) in isPotentiallyReachable()
581 LLVM_DEBUG(dbgs() << "[AA] check " << *ToI << " from " << *CurFromI in isPotentiallyReachable()
585 bool Result = ReachabilityAA.isAssumedReachable(A, *CurFromI, *ToI); in isPotentiallyReachable()
588 << *ToI << " [Intra]\n"); in isPotentiallyReachable()
644 Attributor &A, const Instruction &FromI, const Instruction &ToI, in isPotentiallyReachable() argument
647 LLVM_DEBUG(dbgs() << "[AA] isPotentiallyReachable " << ToI << " from " in isPotentiallyReachable()
649 const Function *ToFn = ToI.getFunction(); in isPotentiallyReachable()
650 return ::isPotentiallyReachable(A, FromI, &ToI, *ToFn, QueryingAA, in isPotentiallyReachable()
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp6734 for (auto FromI = From.begin(), ToI = To.begin(); FromI != From.end(); in checkImportVariadicArg() local
6735 ++FromI, ++ToI) { in checkImportVariadicArg()
6736 ASSERT_NE(ToI, To.end()); in checkImportVariadicArg()
6737 checkImported(*FromI, *ToI); in checkImportVariadicArg()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h278 Attributor &A, const Instruction &FromI, const Instruction &ToI,
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3123 void initScheduleData(Instruction *FromI, Instruction *ToI,
9298 Instruction *ToI, in initScheduleData() argument
9302 for (Instruction *I = FromI; I != ToI; I = I->getNextNode()) { in initScheduleData()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp8630 AttributeCommonInfo ToI(ToAttrName, ToScopeName, ToAttrRange, ToScopeLoc, in importAttr() local
8636 std::forward<Arg>(ImportedArg)..., ToI); in importAttr()