Searched refs:isInteresting (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | IVUsers.cpp | 48 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/clang/test/SemaObjC/ |
D | weak-attr-ivar.m | 47 - (BOOL) isInteresting; method 52 - (BOOL) isInteresting { return 1; } method 56 if ([child isInteresting]) {
|