Searched defs:isInteresting (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
H A DIVUsers.cpp46 /// isInteresting - Test whether the given expression is "interesting" when
49 static bool isInteresting(const SCEV *S, const Instruction *I, const Loop *L, function
62 return isInteresting(AR->getStart(), I, L, SE, LI) &&
63 !isInteresting(AR->getStepRecurrence(*SE), I, L, SE, LI);
71 if (isInteresting(*OI, I, L, SE, LI)) {
142 if (!isInteresting(ISE, I, L, SE, LI))
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp172 if (R->isInteresting(LCM[&call->path])) {
1213 if (!(R.isInteresting(V) || IE.count(Ex)))
1257 if (R.isInteresting(LV) || R.isInteresting(State->getRawSVal(LV)))
2601 bool BugReport::isInteresting(SVal V) { function in class:BugReport
2602 return isInteresting(V.getAsRegion()) || isInteresting(V.getAsSymbol());
2605 bool BugReport::isInteresting(SymbolRef sym) { function in class:BugReport
2613 bool BugReport::isInteresting(const MemRegion *R) { function in class:BugReport
2625 bool BugReport::isInteresting(cons function in class:BugReport
[all...]

Completed in 75 milliseconds