Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DArena.h138 llvm::DenseMap<FormulaPair, const Formula *> Ors; variable
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DArena.cpp55 return cached(Ors, canonicalFormulaPair(LHS, RHS), [&] { in makeOr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3563 SmallVector<const MachineInstr *, 7> Ors = {Root}; in findCandidatesForLoadOrCombine() local
3570 if (Ors.empty()) in findCandidatesForLoadOrCombine()
3572 const MachineInstr *Curr = Ors.pop_back_val(); in findCandidatesForLoadOrCombine()
3583 Ors.push_back(Or); in findCandidatesForLoadOrCombine()
3587 Ors.push_back(Or); in findCandidatesForLoadOrCombine()