OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVNInfoAllocator
(Results
1 - 10
of
10
) sorted by null
/external/llvm/lib/CodeGen/
Spiller.cpp
143
newLI->getNextValue(loadIndex, lis->
getVNInfoAllocator
());
156
newLI->getNextValue(beginIndex, lis->
getVNInfoAllocator
());
InlineSpiller.cpp
[
all
...]
LiveIntervalAnalysis.cpp
183
LRCalc->reset(MF, getSlotIndexes(), DomTree, &
getVNInfoAllocator
());
239
LRCalc->reset(MF, getSlotIndexes(), DomTree, &
getVNInfoAllocator
());
299
VNInfo *VNI = Intv->createDeadDef(Begin,
getVNInfoAllocator
());
448
LRCalc->reset(MF, getSlotIndexes(), DomTree, &
getVNInfoAllocator
());
633
getVNInfoAllocator
());
[
all
...]
PHIElimination.cpp
320
LIS->
getVNInfoAllocator
());
337
LIS->
getVNInfoAllocator
());
StrongPHIElimination.cpp
353
NewVNI = NewLI.createValueCopy(DestLR->valno, LI->
getVNInfoAllocator
());
779
LI->
getVNInfoAllocator
());
813
NewVN = NewLI.createValueCopy(OldVN, LI->
getVNInfoAllocator
());
SplitKit.cpp
351
&LIS.
getVNInfoAllocator
());
354
&LIS.
getVNInfoAllocator
());
383
VNInfo *VNI = LI->getNextValue(Idx, LIS.
getVNInfoAllocator
());
[
all
...]
RegisterCoalescer.cpp
[
all
...]
TwoAddressInstructionPass.cpp
[
all
...]
/external/llvm/include/llvm/CodeGen/
LiveStackAnalysis.h
86
VNInfo::Allocator&
getVNInfoAllocator
() { return VNInfoAllocator; }
LiveIntervalAnalysis.h
241
VNInfo::Allocator&
getVNInfoAllocator
() { return VNInfoAllocator; }
Completed in 60 milliseconds