Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DArchiveWriter.cpp559 auto ToI = FromTo.second; in computeArchiveRelativePath() local
566 for (auto ToE = sys::path::end(PathTo); ToI != ToE; ++ToI) in computeArchiveRelativePath()
567 sys::path::append(Relative, sys::path::Style::posix, *ToI); in computeArchiveRelativePath()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp292 for (MachineFunction::const_iterator MBBI(&From), ToI(&To), End = MF->end(); in mustRetainExeczBranch() local
293 MBBI != End && MBBI != ToI; ++MBBI) { in mustRetainExeczBranch()
/netbsd-src/external/apache2/llvm/dist/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.cpp544 MachineBasicBlock::const_iterator ToI, const UnsignedMap &RPO,
788 MachineBasicBlock::const_iterator ToI, const UnsignedMap &RPO, in distance() argument
790 const MachineBasicBlock *FB = FromI->getParent(), *TB = ToI->getParent(); in distance()
792 return std::distance(FromI, ToI); in distance()
793 unsigned D1 = std::distance(TB->begin(), ToI); in distance()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp461 const ObjCInterfaceDecl *ToI = NewTy->getInterfaceDecl(); in getBetterObjCType() local
463 if (ToI && FromI && FromI->isSuperClassOf(ToI)) in getBetterObjCType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2320 void initScheduleData(Instruction *FromI, Instruction *ToI,
5876 Instruction *ToI, in initScheduleData() argument
5880 for (Instruction *I = FromI; I != ToI; I = I->getNextNode()) { in initScheduleData()