Home
last modified time | relevance | path

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

/external/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/clang/test/SemaObjC/
Dweak-attr-ivar.m47 - (BOOL) isInteresting; method
52 - (BOOL) isInteresting { return 1; } method
56 if ([child isInteresting]) {