Searched refs:AddUsersIfInteresting (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DIVUsers.h145 /// AddUsersIfInteresting - Inspect the specified Instruction. If it is a
148 bool AddUsersIfInteresting(Instruction *I);
/external/llvm/lib/Analysis/
H A DIVUsers.cpp206 bool IVUsers::AddUsersIfInteresting(Instruction *I) { function in class:IVUsers
244 (void)AddUsersIfInteresting(I);

Completed in 83 milliseconds