Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3703 SmallVector<const MachineInstr *, 7> Ors = {Root}; in findCandidatesForLoadOrCombine() local
3710 if (Ors.empty()) in findCandidatesForLoadOrCombine()
3712 const MachineInstr *Curr = Ors.pop_back_val(); in findCandidatesForLoadOrCombine()
3723 Ors.push_back(Or); in findCandidatesForLoadOrCombine()
3727 Ors.push_back(Or); in findCandidatesForLoadOrCombine()