Home
last modified time | relevance | path

Searched refs:isStatepointDirectiveAttr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DStatepoint.cpp18 bool llvm::isStatepointDirectiveAttr(Attribute Attr) { in isStatepointDirectiveAttr() function in llvm
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DStatepoint.h249 bool isStatepointDirectiveAttr(Attribute Attr);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1466 if (isStatepointDirectiveAttr(A)) in legalizeCallAttributes()