Home
last modified time | relevance | path

Searched refs:IndexA (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp484 uint64_t IndexA, IndexB; in dominates() local
485 PosIndexes.getIndex(A, IndexA); in dominates()
487 PosIndexes.getIndex(A, IndexA); in dominates()
488 return IndexA < IndexB; in dominates()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp179 unsigned IndexA = A.getIndex(); in interp__builtin_strcmp() local
182 for (;; ++IndexA, ++IndexB) { in interp__builtin_strcmp()
183 const Pointer &PA = A.atIndex(IndexA); in interp__builtin_strcmp()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1388 int IndexA = in analyzeInterleaving() local
1392 if (GroupB->insertMember(A, IndexA, DesA.Alignment)) { in analyzeInterleaving()