Searched defs:CPUser (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp182 /// CPUser - One user of a constant pool, keeping the machine instruction
189 /// CPUser is out of range, but there is another CP entry for the same
194 struct CPUser { struct in class:__anon7519::ARMConstantIslands
204 CPUser(MachineInstr *mi, MachineInstr *cpemi, unsigned maxdisp, function in struct:__anon7519::ARMConstantIslands::CPUser
220 std::vector<CPUser> CPUsers;
223 /// pointer, the constpool index, and the number of CPUser's which
296 int findInRangeCPEntry(CPUser& U, unsigned UserOffset);
297 bool findAvailableWater(CPUser&U, unsigned UserOffset,
308 CPUser &U, unsigned &Growth);
324 unsigned getUserOffset(CPUser
[all...]

Completed in 51 milliseconds