Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DLoopUnrolling.h34 bool isUnrolledState(ProgramStateRef State);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp357 bool isUnrolledState(ProgramStateRef State) { in isUnrolledState() function
H A DExprEngine.cpp2556 if(isUnrolledState(Pred->getState())) in processCFGBlockEntrance()