Searched defs:IsSink (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h113 bool IsSink; member in struct:llvm::SinkAndHoistLICMFlags
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp394 getNode(const ProgramPoint &L, ProgramStateRef State, bool IsSink, bool* IsNew) argument
432 createUncachedNode(const ProgramPoint &L, ProgramStateRef State, int64_t Id, bool IsSink) argument
H A DCoreEngine.cpp647 generateNode(const iterator &I, ProgramStateRef St, bool IsSink) argument
681 generateDefaultCaseNode(ProgramStateRef St, bool IsSink) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h137 ExplodedNode(const ProgramPoint &loc, ProgramStateRef state, int64_t Id, bool IsSink) argument
181 Profile(llvm::FoldingSetNodeID &ID, const ProgramPoint &Loc, const ProgramStateRef &state, bool IsSink) argument

Completed in 77 milliseconds