Home
last modified time | relevance | path

Searched refs:AddUsersIfInteresting (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DIVUsers.cpp85 bool IVUsers::AddUsersIfInteresting(Instruction *I) { in AddUsersIfInteresting() function in IVUsers
127 !AddUsersIfInteresting(User)) { in AddUsersIfInteresting()
132 } else if (Processed.count(User) || !AddUsersIfInteresting(User)) { in AddUsersIfInteresting()
185 (void)AddUsersIfInteresting(I); in runOnLoop()
/external/llvm/lib/Analysis/
DIVUsers.cpp235 bool IVUsers::AddUsersIfInteresting(Instruction *I) { in AddUsersIfInteresting() function in IVUsers
279 (void)AddUsersIfInteresting(&*I); in runOnLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DIVUsers.cpp291 bool IVUsers::AddUsersIfInteresting(Instruction *I) { in AddUsersIfInteresting() function in IVUsers
316 (void)AddUsersIfInteresting(&*I); in IVUsers()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DIVUsers.h148 bool AddUsersIfInteresting(Instruction *I);
/external/llvm/include/llvm/Analysis/
DIVUsers.h151 bool AddUsersIfInteresting(Instruction *I);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DIVUsers.h130 bool AddUsersIfInteresting(Instruction *I);
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyIndVar.cpp235 IU->AddUsersIfInteresting(I); in eliminateIVRemainder()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp451 IU->AddUsersIfInteresting(NewPHI); in HandleFloatingPointIV()
1914 IU->AddUsersIfInteresting(cast<Instruction>(NewICmpInst->getOperand(0))); in runOnLoop()