Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp286 void LoopVectorizeHints::setHint(StringRef Name, Metadata *Arg) { in setHint() function in llvm::LoopVectorizeHints
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h6458 void setHint(Expr *H) { Hint = H; } in setHint() function