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

/external/llvm/lib/Analysis/
H A DIVUsers.cpp82 /// AddUsersIfInteresting - Inspect the specified instruction. If it is a
85 bool IVUsers::AddUsersIfInteresting(Instruction *I) { function in class:IVUsers
127 !AddUsersIfInteresting(User)) {
132 } else if (Processed.count(User) || !AddUsersIfInteresting(User)) {
185 (void)AddUsersIfInteresting(I);
/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/Transforms/Utils/
H A DSimplifyIndVar.cpp235 IU->AddUsersIfInteresting(I);
/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp451 IU->AddUsersIfInteresting(NewPHI);
1914 IU->AddUsersIfInteresting(cast<Instruction>(NewICmpInst->getOperand(0)));

Completed in 340 milliseconds