HomeSort by relevance Sort by last modified time
    Searched refs:AddUsersIfInteresting (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
IVUsers.cpp 82 /// AddUsersIfInteresting - Inspect the specified instruction. If it is a
85 bool IVUsers::AddUsersIfInteresting(Instruction *I) {
127 !AddUsersIfInteresting(User)) {
132 } else if (Processed.count(User) || !AddUsersIfInteresting(User)) {
184 (void)AddUsersIfInteresting(I);
  /external/llvm/include/llvm/Analysis/
IVUsers.h 143 /// AddUsersIfInteresting - Inspect the specified Instruction. If it is a
146 bool AddUsersIfInteresting(Instruction *I);
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 474 IU->AddUsersIfInteresting(NewPHI);
    [all...]

Completed in 15 milliseconds