Searched refs:SlotIndexes (Results 1 – 25 of 32) sorted by relevance
12
/external/llvm/lib/CodeGen/ |
D | SlotIndexes.cpp | 21 char SlotIndexes::ID = 0; 22 INITIALIZE_PASS(SlotIndexes, "slotindexes", 28 void SlotIndexes::getAnalysisUsage(AnalysisUsage &au) const { in getAnalysisUsage() 33 void SlotIndexes::releaseMemory() { in releaseMemory() 41 bool SlotIndexes::runOnMachineFunction(MachineFunction &fn) { in runOnMachineFunction() 111 void SlotIndexes::renumberIndexes() { in renumberIndexes() 127 void SlotIndexes::renumberIndexes(IndexList::iterator curItr) { in renumberIndexes() 147 void SlotIndexes::dump() const { in dump()
|
D | MachineLoopRanges.cpp | 23 INITIALIZE_PASS_DEPENDENCY(SlotIndexes) 32 AU.addRequiredTransitive<SlotIndexes>(); in getAnalysisUsage() 40 Indexes = &getAnalysis<SlotIndexes>(); in runOnMachineFunction() 59 SlotIndexes &Indexes) in MachineLoopRange()
|
D | InterferenceCache.h | 55 SlotIndexes *Indexes; 98 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { in clear() 153 void init(MachineFunction*, LiveIntervalUnion*, SlotIndexes*, LiveIntervals*,
|
D | VirtRegMap.cpp | 151 SlotIndexes *Indexes; 171 INITIALIZE_PASS_DEPENDENCY(SlotIndexes) 183 AU.addRequired<SlotIndexes>(); in getAnalysisUsage() 184 AU.addPreserved<SlotIndexes>(); in getAnalysisUsage() 196 Indexes = &getAnalysis<SlotIndexes>(); in runOnMachineFunction()
|
D | LiveStackAnalysis.cpp | 35 AU.addPreserved<SlotIndexes>(); in getAnalysisUsage() 36 AU.addRequiredTransitive<SlotIndexes>(); in getAnalysisUsage()
|
D | LiveRangeCalc.h | 38 SlotIndexes *Indexes; 142 SlotIndexes*,
|
D | MachineFunctionPrinterPass.cpp | 46 MF.print(OS, getAnalysisIfAvailable<SlotIndexes>()); in runOnMachineFunction()
|
D | StackSlotColoring.cpp | 89 AU.addRequired<SlotIndexes>(); in getAnalysisUsage() 90 AU.addPreserved<SlotIndexes>(); in getAnalysisUsage() 117 INITIALIZE_PASS_DEPENDENCY(SlotIndexes)
|
D | StackColoring.cpp | 107 SlotIndexes* Indexes; 173 INITIALIZE_PASS_DEPENDENCY(SlotIndexes) in INITIALIZE_PASS_DEPENDENCY() 180 AU.addRequired<SlotIndexes>(); in INITIALIZE_PASS_DEPENDENCY() 566 Indexes = &getAnalysis<SlotIndexes>(); in runOnMachineFunction()
|
D | VirtRegMap.h | 30 class SlotIndexes; variable
|
D | CMakeLists.txt | 92 SlotIndexes.cpp
|
D | Android.mk | 92 SlotIndexes.cpp \
|
D | StrongPHIElimination.cpp | 200 INITIALIZE_PASS_DEPENDENCY(SlotIndexes) 210 AU.addRequired<SlotIndexes>(); in getAnalysisUsage() 211 AU.addPreserved<SlotIndexes>(); in getAnalysisUsage()
|
D | RegAllocBasic.cpp | 144 AU.addPreserved<SlotIndexes>(); in getAnalysisUsage()
|
D | RegAllocPBQP.cpp | 432 au.addRequired<SlotIndexes>(); in getAnalysisUsage() 433 au.addPreserved<SlotIndexes>(); in getAnalysisUsage()
|
D | InterferenceCache.cpp | 27 SlotIndexes *indexes, in init()
|
D | LiveRangeCalc.cpp | 22 SlotIndexes *SI, in reset()
|
D | MachineScheduler.cpp | 92 INITIALIZE_PASS_DEPENDENCY(SlotIndexes) in INITIALIZE_AG_DEPENDENCY() 108 AU.addRequired<SlotIndexes>(); in getAnalysisUsage() 109 AU.addPreserved<SlotIndexes>(); in getAnalysisUsage()
|
D | LiveIntervalAnalysis.cpp | 55 INITIALIZE_PASS_DEPENDENCY(SlotIndexes) in INITIALIZE_AG_DEPENDENCY() 68 AU.addPreserved<SlotIndexes>(); in INITIALIZE_AG_DEPENDENCY() 69 AU.addRequiredTransitive<SlotIndexes>(); in INITIALIZE_AG_DEPENDENCY() 109 Indexes = &getAnalysis<SlotIndexes>(); in runOnMachineFunction()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineLoopRanges.h | 49 MachineLoopRange(const MachineLoop*, Allocator&, SlotIndexes&); 91 SlotIndexes *Indexes;
|
D | LiveIntervalAnalysis.h | 57 SlotIndexes* Indexes; 168 SlotIndexes *getSlotIndexes() const { in getSlotIndexes()
|
D | SlotIndexes.h | 78 friend class SlotIndexes; 309 class SlotIndexes : public MachineFunctionPass { 347 SlotIndexes() : MachineFunctionPass(ID) {
|
D | LiveInterval.h | 376 const SlotIndexes&) const; 434 bool isZeroLength(SlotIndexes *Indexes) const {
|
D | MachineBasicBlock.h | 28 class SlotIndexes; variable 552 void print(raw_ostream &OS, SlotIndexes* = 0) const;
|
D | MachineFunction.h | 259 void print(raw_ostream &OS, SlotIndexes* = 0) const;
|
12