Home
last modified time | relevance | path

Searched defs:setHint (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp266 void LoopVectorizeHints::setHint(StringRef Name, Metadata *Arg) { in setHint() function in llvm::LoopVectorizeHints
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DOpenMPClause.h6249 void setHint(Expr *H) { Hint = H; } in setHint() function