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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVUsers.h126 /// AddUsersIfInteresting - Inspect the specified Instruction. If it is a
129 bool AddUsersIfInteresting(Instruction *I);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DIVUsers.cpp291 bool IVUsers::AddUsersIfInteresting(Instruction *I) { function in class:IVUsers
308 // Collect ephemeral values so that AddUsersIfInteresting skips them.
316 (void)AddUsersIfInteresting(&*I);

Completed in 122 milliseconds