Home
last modified time | relevance | path

Searched refs:StartI (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInterferenceCache.cpp168 SlotIndex StartI = I.start(); in update() local
169 if (StartI >= Stop) in update()
171 if (!BI->First.isValid() || StartI < BI->First) in update()
172 BI->First = StartI; in update()
181 SlotIndex StartI = I->start; in update() local
182 if (StartI >= Stop) in update()
184 if (!BI->First.isValid() || StartI < BI->First) in update()
185 BI->First = StartI; in update()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp432 UsesTy::iterator *StartI=nullptr);
1101 UsesTy::iterator *StartI) { in nextInstr() argument
1102 UsesTy::iterator I = StartI ? *StartI : In.begin(); in nextInstr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp831 MachineBasicBlock::iterator StartI = IsDown ? TheI : ToI; in canMoveMemTo() local
836 for (MachineBasicBlock::iterator I = std::next(StartI); I != EndI; ++I) { in canMoveMemTo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp1766 const_iterator StartI = begin(); in getImplicitDSA() local
1768 if (FromParent && StartI != EndI) in getImplicitDSA()
1769 ++StartI; in getImplicitDSA()
1770 return getDSA(StartI, D); in getImplicitDSA()
1778 const_iterator StartI = std::next(begin(), getStackSize() - 1 - Level); in getImplicitDSA() local
1779 return getDSA(StartI, D); in getImplicitDSA()
1813 const_iterator StartI = begin(); in hasInnermostDSA() local
1815 if (FromParent && StartI != EndI) in hasInnermostDSA()
1816 ++StartI; in hasInnermostDSA()
1817 if (StartI == EndI || !DPred(StartI->Directive)) in hasInnermostDSA()
[all …]