Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp250 void LoopVectorizeHints::setHint(StringRef Name, Metadata *Arg) { in setHint() function in llvm::LoopVectorizeHints
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h6141 void setHint(Expr *H) { Hint = H; } in setHint() function