OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:growHungoffUses
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/IR/
User.h
88
void
growHungoffUses
(unsigned N, bool IsPhi = false);
/external/llvm/lib/IR/
User.cpp
63
void User::
growHungoffUses
(unsigned NewNumUses, bool IsPhi) {
Instructions.cpp
137
growHungoffUses
(ReservedSpace, /* IsPhi */ true);
230
growHungoffUses
(ReservedSpace);
[
all
...]
/external/llvm/include/llvm/Transforms/Utils/
MemorySSA.h
483
growHungoffUses
(ReservedSpace, /* IsPhi */ true);
[
all
...]
Completed in 1787 milliseconds