Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp226 bool canMoveMemTo(MachineInstr &MI, MachineInstr &ToI, bool IsDown);
842 bool HexagonExpandCondsets::canMoveMemTo(MachineInstr &TheI, MachineInstr &ToI, in canMoveMemTo() argument
847 if (HII->areMemAccessesTriviallyDisjoint(TheI, ToI)) in canMoveMemTo()
852 MachineBasicBlock::iterator StartI = IsDown ? TheI : ToI; in canMoveMemTo()
853 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()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp459 const ObjCInterfaceDecl *ToI = NewTy->getInterfaceDecl(); in getBetterObjCType() local
461 if (ToI && FromI && FromI->isSuperClassOf(ToI)) in getBetterObjCType()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributor.cpp591 const Instruction *ToI, const Function &ToFn, in isPotentiallyReachable() argument
628 if (!ToI) in isPotentiallyReachable()
630 LLVM_DEBUG(dbgs() << "[AA] check " << *ToI << " from " << *CurFromI in isPotentiallyReachable()
635 ReachabilityAA.isAssumedReachable(A, *CurFromI, *ToI, ExclusionSet); in isPotentiallyReachable()
638 << *ToI << " [Intra]\n"); in isPotentiallyReachable()
644 if (!ToFn.isDeclaration() && ToI) { in isPotentiallyReachable()
649 ToReachabilityAA.isAssumedReachable(A, EntryI, *ToI, ExclusionSet); in isPotentiallyReachable()
652 << "reach @" << *ToI << " [ToFn]\n"); in isPotentiallyReachable()
734 Attributor &A, const Instruction &FromI, const Instruction &ToI, in isPotentiallyReachable() argument
738 const Function *ToFn = ToI.getFunction(); in isPotentiallyReachable()
[all …]
H A DAttributorAttributes.cpp1675 auto IsImpactedInRange = [&](Instruction *FromI, Instruction *ToI) { in updateImpl() argument
1682 } while (FromI && FromI != ToI); in updateImpl()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h364 Attributor &A, const Instruction &FromI, const Instruction &ToI,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3321 void initScheduleData(Instruction *FromI, Instruction *ToI,
10635 Instruction *ToI, in initScheduleData() argument
10639 for (Instruction *I = FromI; I != ToI; I = I->getNextNode()) { in initScheduleData()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp8781 AttributeCommonInfo ToI(ToAttrName, ToScopeName, ToAttrRange, ToScopeLoc, in importAttr() local
8787 std::forward<Arg>(ImportedArg)..., ToI); in importAttr()