Home
last modified time | relevance | path

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

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