Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDInterferenceCache.cpp160 SlotIndex StartI = I.start(); in update() local
173 SlotIndex StartI = I->start; in update() local
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp504 auto StartI = std::next(Stack.rbegin()); in getTopDSA() local
572 auto StartI = Stack.rbegin(); in getImplicitDSA() local
585 auto StartI = std::next(Stack.rbegin()); in hasDSA() local
605 auto StartI = std::next(Stack.rbegin()); in hasInnermostDSA() local
629 auto StartI = Stack.rbegin(); in hasExplicitDSA() local
640 auto StartI = std::next(Stack.rbegin()); in hasDirective() local
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDLoopRerollPass.cpp962 UsesTy::iterator *StartI) { in nextInstr()
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonExpandCondsets.cpp861 MachineBasicBlock::iterator StartI = IsDown ? TheI : ToI; in canMoveMemTo() local