OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddUsersImpl
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
IVUsers.cpp
111
///
AddUsersImpl
- Inspect the specified instruction. If it is a
114
bool IVUsers::
AddUsersImpl
(Instruction *I,
177
!
AddUsersImpl
(User, SimpleLoopNests)) {
182
} else if (Processed.count(User) || !
AddUsersImpl
(User, SimpleLoopNests)) {
212
return
AddUsersImpl
(I, SimpleLoopNests);