Home
last modified time | relevance | path

Searched defs:SEE (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp425 SCEVExpander &SEE) { in propagateStoredValueToLoadUsers()
620 SCEVExpander SEE(*PSE.getSE(), L->getHeader()->getDataLayout(), in processLoop() local
/freebsd/contrib/nvi/regex/
H A Dregcomp.c141 #define SEE(c) (MORE() && PEEK() == (c)) macro
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c254 #define SEE(c) (MORE() && PEEK() == (c)) macro
/freebsd/lib/libc/regex/
H A Dregcomp.c174 #define SEE(c) (MORE() && PEEK() == (c)) macro