Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h2304 bool isSink(const T *) { return false; } in isSink() function
2309 bool isSink(const OMPDependClause *C) { in isSink() function
2322 bool isSink(const OMPDoacrossClause *C) { in isSink() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h203 bool isSink() const { return Succs.getFlag(); } in isSink() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h312 bool isSink() const { return getMiscFlags() & cl::Sink; } in isSink() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp249 bool TypePromotionImpl::isSink(Value *V) { in isSink() function in TypePromotionImpl
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9145 bool isSink(const OMPDoacrossClause *C) { in isSink() function in __anon1dd12e444011::OMPDoacrossKind