Home
last modified time | relevance | path

Searched defs:Dominated (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp387 LoadInst *Dominated = BaseFirst ? Offset : Base; in RecordMemoryOps() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp918 bool Dominated = false; in isPredictableTrue() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp1214 enum class OverloadCompare { BothViable, Dominates, Dominated }; enumerator