Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DParallel.cpp101 add(std::function<void ()> F,bool Sequential=false) add() argument
131 bool Sequential = hasSequentialTasks(); work() local
208 spawn(std::function<void ()> F,bool Sequential) spawn() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp4816 return getUMinFromMismatchedTypes(Ops, Sequential); in getUMinFromMismatchedTypes() argument
4389 getUMinExpr(const SCEV * LHS,const SCEV * RHS,bool Sequential) getUMinExpr() argument
4395 getUMinExpr(SmallVectorImpl<const SCEV * > & Ops,bool Sequential) getUMinExpr() argument
4809 getUMinFromMismatchedTypes(const SCEV * LHS,const SCEV * RHS,bool Sequential) getUMinFromMismatchedTypes() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp1123 Sequential, global() enumerator