Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DInterferenceCache.cpp161 SlotIndex StartI = I.start(); in update() local
162 if (StartI >= Stop) in update()
164 if (!BI->First.isValid() || StartI < BI->First) in update()
165 BI->First = StartI; in update()
174 SlotIndex StartI = I->start; in update() local
175 if (StartI >= Stop) in update()
177 if (!BI->First.isValid() || StartI < BI->First) in update()
178 BI->First = StartI; in update()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DInterferenceCache.cpp133 SlotIndex StartI = I.start(); in update() local
134 if (StartI >= Stop) in update()
136 if (!BI->First.isValid() || StartI < BI->First) in update()
137 BI->First = StartI; in update()
/external/clang/lib/Sema/
DSemaOpenMP.cpp719 auto StartI = std::next(Stack.rbegin()); in getTopDSA() local
721 if (FromParent && StartI != EndI) { in getTopDSA()
722 StartI = std::next(StartI); in getTopDSA()
724 auto I = std::prev(StartI); in getTopDSA()
738 auto StartI = Stack.rbegin(); in getImplicitDSA() local
740 if (FromParent && StartI != EndI) { in getImplicitDSA()
741 StartI = std::next(StartI); in getImplicitDSA()
743 return getDSA(StartI, D); in getImplicitDSA()
752 auto StartI = std::next(Stack.rbegin()); in hasDSA() local
754 if (FromParent && StartI != EndI) { in hasDSA()
[all …]
/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp392 UsesTy::iterator *StartI=nullptr);
1073 UsesTy::iterator *StartI) { in nextInstr() argument
1074 UsesTy::iterator I = StartI ? *StartI : In.begin(); in nextInstr()
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp829 MachineBasicBlock::iterator StartI = IsDown ? TheI : ToI; in canMoveMemTo() local
834 for (MachineBasicBlock::iterator I = std::next(StartI); I != EndI; ++I) { in canMoveMemTo()