Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp330 SmallVector<int, 4> DupIndices; in canonicalizePHIOperands() local
342 DupIndices.push_back(OpIdx); in canonicalizePHIOperands()
355 while (!DupIndices.empty()) { in canonicalizePHIOperands()
356 int OpIdx = DupIndices.pop_back_val(); in canonicalizePHIOperands()