Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DSampleProfWriter.cpp92 auto NextIdx = NameTable.size(); in addName() local
93 NameTable.insert(std::make_pair(FName, NextIdx)); in addName()
/external/clang/lib/Lex/
DPTHLexer.cpp241 uint32_t NextIdx = endian::readNext<uint32_t, little, aligned>(NextPPCondPtr); in SkipBlock() local
245 bool isEndif = NextIdx == 0; in SkipBlock()
/external/llvm-project/llvm/lib/CodeGen/
DMachineScheduler.cpp1606 unsigned NextIdx = Idx + 1; in clusterNeighboringMemOps() local
1607 for (; NextIdx < End; ++NextIdx) in clusterNeighboringMemOps()
1610 if (!SUnit2ClusterInfo.count(MemOpRecords[NextIdx].SU->NodeNum) && in clusterNeighboringMemOps()
1612 (!DAG->IsReachable(MemOpRecords[NextIdx].SU, MemOpa.SU) && in clusterNeighboringMemOps()
1613 !DAG->IsReachable(MemOpa.SU, MemOpRecords[NextIdx].SU)))) in clusterNeighboringMemOps()
1615 if (NextIdx == End) in clusterNeighboringMemOps()
1618 auto MemOpb = MemOpRecords[NextIdx]; in clusterNeighboringMemOps()
/external/clang/tools/libclang/
DCIndex.cpp6596 unsigned &NextIdx, unsigned NumTokens) { in lexNext() argument
6597 if (NextIdx >= NumTokens) in lexNext()
6600 ++NextIdx; in lexNext()
6634 unsigned NextIdx = 0; in annotatePreprocessorTokens() local
6639 if (lexNext(Lex, Tok, NextIdx, NumTokens)) in annotatePreprocessorTokens()
6641 unsigned TokIdx = NextIdx-1; in annotatePreprocessorTokens()
6654 if (lexNext(Lex, Tok, NextIdx, NumTokens)) in annotatePreprocessorTokens()
6659 if (lexNext(Lex, Tok, NextIdx, NumTokens)) in annotatePreprocessorTokens()
6673 if (lexNext(Lex, Tok, NextIdx, NumTokens)) { in annotatePreprocessorTokens()
6686 Cursors[NextIdx - 1] = in annotatePreprocessorTokens()
[all …]
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp7530 static bool lexNext(Lexer &Lex, Token &Tok, unsigned &NextIdx, in lexNext() argument
7532 if (NextIdx >= NumTokens) in lexNext()
7535 ++NextIdx; in lexNext()
7567 unsigned NextIdx = 0; in annotatePreprocessorTokens() local
7572 if (lexNext(Lex, Tok, NextIdx, NumTokens)) in annotatePreprocessorTokens()
7574 unsigned TokIdx = NextIdx - 1; in annotatePreprocessorTokens()
7587 if (lexNext(Lex, Tok, NextIdx, NumTokens)) in annotatePreprocessorTokens()
7592 if (lexNext(Lex, Tok, NextIdx, NumTokens)) in annotatePreprocessorTokens()
7606 if (lexNext(Lex, Tok, NextIdx, NumTokens)) { in annotatePreprocessorTokens()
7619 Cursors[NextIdx - 1] = in annotatePreprocessorTokens()
[all …]