Home
last modified time | relevance | path

Searched defs:isSink (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h2293 bool isSink(const T *) { return false; } isSink() function
2298 bool isSink(const OMPDependClause *C) { isSink() function
2311 bool isSink(const OMPDoacrossClause *C) { isSink() function
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h203 bool isSink() const { return Succs.getFlag(); } in isSink() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h319 bool isSink() const { return getMiscFlags() & cl::Sink; } isSink() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp248 bool TypePromotionImpl::isSink(Value *V) { isSink() function in TypePromotionImpl
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9340 bool isSink(const OMPDoacrossClause *C) { isSink() function in __anon265630163d11::OMPDoacrossKind