Home
last modified time | relevance | path

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

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