Home
last modified time | relevance | path

Searched refs:isInteresting (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DIVUsers.cpp48 static bool isInteresting(const SCEV *S, const Instruction *I, const Loop *L, in isInteresting() function
61 return isInteresting(AR->getStart(), I, L, SE, LI) && in isInteresting()
62 !isInteresting(AR->getStepRecurrence(*SE), I, L, SE, LI); in isInteresting()
70 if (isInteresting(*OI, I, L, SE, LI)) { in isInteresting()
104 if (!isInteresting(ISE, I, L, SE, LI)) in AddUsersIfInteresting()
/external/llvm/lib/Analysis/
DIVUsers.cpp53 static bool isInteresting(const SCEV *S, const Instruction *I, const Loop *L, in isInteresting() function
66 return isInteresting(AR->getStart(), I, L, SE, LI) && in isInteresting()
67 !isInteresting(AR->getStepRecurrence(*SE), I, L, SE, LI); in isInteresting()
75 if (isInteresting(*OI, I, L, SE, LI)) { in isInteresting()
153 if (!isInteresting(ISE, I, L, SE, LI)) in AddUsersImpl()
/external/clang/test/SemaObjC/
Dweak-attr-ivar.m47 - (BOOL) isInteresting; method
52 - (BOOL) isInteresting { return 1; } method
56 if ([child isInteresting]) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DIVUsers.cpp60 static bool isInteresting(const SCEV *S, const Instruction *I, const Loop *L, in isInteresting() function
73 return isInteresting(AR->getStart(), I, L, SE, LI) && in isInteresting()
74 !isInteresting(AR->getStepRecurrence(*SE), I, L, SE, LI); in isInteresting()
81 if (isInteresting(Op, I, L, SE, LI)) { in isInteresting()
203 if (!isInteresting(ISE, I, L, SE, LI)) in AddUsersImpl()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h202 bool isInteresting(SymbolRef sym);
203 bool isInteresting(const MemRegion *R);
204 bool isInteresting(SVal V);
205 bool isInteresting(const LocationContext *LC);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DAffixMatcher.java47 private static boolean isInteresting( in isInteresting() method in AffixMatcher
84 if (!isInteresting(patternInfo, ignorables, parseFlags)) { in createMatchers()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DAffixMatcher.java49 private static boolean isInteresting( in isInteresting() method in AffixMatcher
86 if (!isInteresting(patternInfo, ignorables, parseFlags)) { in createMatchers()
/external/honggfuzz/examples/terminal-emulators/
Dterminal-test.c43 static bool isInteresting(const char* s, size_t len) { in isInteresting() function
/external/icu/icu4c/source/i18n/
Dnumparse_affixes.cpp264 bool AffixMatcherWarehouse::isInteresting(const AffixPatternProvider& patternInfo, in isInteresting() function in AffixMatcherWarehouse
298 if (!isInteresting(patternInfo, ignorables, parseFlags, status)) { in createAffixMatchers()
Dnumparse_affixes.h245 …static bool isInteresting(const AffixPatternProvider& patternInfo, const IgnorablesMatcher& ignora…
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp172 if (R->isInteresting(LCM[&call->path])) { in removeUnneededCalls()
1243 if (!(R.isInteresting(V) || IE.count(Ex))) in reversePropagateIntererstingSymbols()
1285 if (R.isInteresting(LV) || R.isInteresting(State->getRawSVal(LV))) in reversePropagateInterestingSymbols()
2626 bool BugReport::isInteresting(SVal V) { in isInteresting() function in BugReport
2627 return isInteresting(V.getAsRegion()) || isInteresting(V.getAsSymbol()); in isInteresting()
2630 bool BugReport::isInteresting(SymbolRef sym) { in isInteresting() function in BugReport
2638 bool BugReport::isInteresting(const MemRegion *R) { in isInteresting() function in BugReport
2650 bool BugReport::isInteresting(const LocationContext *LC) { in isInteresting() function in BugReport
DBugReporterVisitors.cpp1340 if (report.isInteresting(R)) in patternMatch()
1345 if (report.isInteresting(V)) in patternMatch()
1500 if (report.isInteresting(R)) in VisitConditionVariable()
1544 if (report.isInteresting(R)) in VisitTrueTest()
1548 if (report.isInteresting(V)) in VisitTrueTest()