HomeSort by relevance Sort by last modified time
    Searched defs:isInteresting (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Analysis/
IVUsers.cpp 46 /// isInteresting - Test whether the given expression is "interesting" when
49 static bool isInteresting(const SCEV *S, const Instruction *I, const Loop *L,
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/
BugReporter.cpp 226 if (R->isInteresting(LocationContextMap[call])) {
    [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 204 milliseconds