Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp291 setHint(Name, Args[0]); in setHint() function in llvm::LoopVectorizeHints
/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6594 void setHint(Expr *H) { Hint = H; } setHint() function