Home
last modified time | relevance | path

Searched refs:IndexB (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
486 if (LLVM_UNLIKELY(PosIndexes.getIndex(B, IndexB))) in dominates()
488 return IndexA < IndexB; in dominates()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp180 unsigned IndexB = B.getIndex(); in interp__builtin_strcmp() local
182 for (;; ++IndexA, ++IndexB) { in interp__builtin_strcmp()
184 const Pointer &PB = B.atIndex(IndexB); in interp__builtin_strcmp()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp803 const uint32_t IndexB = getIndex(SymB, SymBSec); in recordRelocation() local
807 XCOFFRelocation RelocB = {IndexB, FixupOffsetInCsect, SignAndSize, TypeB}; in recordRelocation()