OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getObjectAllocation
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
StackColoring.cpp
271
const AllocaInst *Allocation = MFI->
getObjectAllocation
(Slot);
502
const AllocaInst *From = MFI->
getObjectAllocation
(it->first);
503
const AllocaInst *To = MFI->
getObjectAllocation
(it->second);
/external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h
375
///
getObjectAllocation
- Return the underlying Alloca of the specified
377
const AllocaInst*
getObjectAllocation
(int ObjectIdx) const {
Completed in 41 milliseconds