Home
last modified time | relevance | path

Searched refs:releaseMemory (Results 1 – 25 of 242) sorted by relevance

12345678910

/external/llvm/lib/CodeGen/
DMachineDominanceFrontier.cpp41 releaseMemory(); in runOnMachineFunction()
46 void MachineDominanceFrontier::releaseMemory() { in releaseMemory() function in MachineDominanceFrontier
47 Base.releaseMemory(); in releaseMemory()
DMachineRegionInfo.cpp82 releaseMemory(); in runOnMachineFunction()
92 void MachineRegionInfoPass::releaseMemory() { in releaseMemory() function in MachineRegionInfoPass
93 RI.releaseMemory(); in releaseMemory()
DMachineFunctionAnalysis.cpp30 releaseMemory(); in ~MachineFunctionAnalysis()
57 void MachineFunctionAnalysis::releaseMemory() { in releaseMemory() function in MachineFunctionAnalysis
DSpillPlacement.h77 ~SpillPlacement() override { releaseMemory(); } in ~SpillPlacement()
160 void releaseMemory() override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineDominanceFrontier.cpp41 releaseMemory(); in runOnMachineFunction()
46 void MachineDominanceFrontier::releaseMemory() { in releaseMemory() function in MachineDominanceFrontier
47 Base.releaseMemory(); in releaseMemory()
DMachineRegionInfo.cpp85 releaseMemory(); in runOnMachineFunction()
98 void MachineRegionInfoPass::releaseMemory() { in releaseMemory() function in MachineRegionInfoPass
99 RI.releaseMemory(); in releaseMemory()
DSpillPlacement.h77 ~SpillPlacement() override { releaseMemory(); } in ~SpillPlacement()
160 void releaseMemory() override;
/external/llvm/lib/Analysis/
DDominanceFrontier.cpp34 void DominanceFrontierWrapperPass::releaseMemory() { in releaseMemory() function in DominanceFrontierWrapperPass
35 DF.releaseMemory(); in releaseMemory()
39 releaseMemory(); in runOnFunction()
DBlockFrequencyInfo.cpp127 releaseMemory(); in operator =()
205 void BlockFrequencyInfo::releaseMemory() { BFI.reset(); } in releaseMemory() function in BlockFrequencyInfo
241 void BlockFrequencyInfoWrapperPass::releaseMemory() { BFI.releaseMemory(); } in releaseMemory() function in BlockFrequencyInfoWrapperPass
DLazyBlockFrequencyInfo.cpp48 void LazyBlockFrequencyInfoPass::releaseMemory() { LBFI.releaseMemory(); } in releaseMemory() function in LazyBlockFrequencyInfoPass
DRegionInfo.cpp126 releaseMemory(); in runOnFunction()
136 void RegionInfoPass::releaseMemory() { in releaseMemory() function in RegionInfoPass
137 RI.releaseMemory(); in releaseMemory()
/external/llvm/include/llvm/Analysis/
DLazyBlockFrequencyInfo.h84 void releaseMemory() { in releaseMemory() function
85 BFI.releaseMemory(); in releaseMemory()
118 void releaseMemory() override;
DLazyValueInfo.h51 releaseMemory();
102 void releaseMemory();
132 void releaseMemory() override;
DBranchProbabilityInfo.h54 releaseMemory();
61 void releaseMemory();
197 void releaseMemory() override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DDominanceFrontier.cpp44 void DominanceFrontierWrapperPass::releaseMemory() { in releaseMemory() function in DominanceFrontierWrapperPass
45 DF.releaseMemory(); in releaseMemory()
49 releaseMemory(); in runOnFunction()
DLazyBlockFrequencyInfo.cpp53 void LazyBlockFrequencyInfoPass::releaseMemory() { LBFI.releaseMemory(); } in releaseMemory() function in LazyBlockFrequencyInfoPass
DRegionInfo.cpp127 releaseMemory(); in runOnFunction()
137 void RegionInfoPass::releaseMemory() { in releaseMemory() function in RegionInfoPass
138 RI.releaseMemory(); in releaseMemory()
DBlockFrequencyInfo.cpp164 releaseMemory(); in operator =()
282 void BlockFrequencyInfo::releaseMemory() { BFI.reset(); } in releaseMemory() function in BlockFrequencyInfo
316 void BlockFrequencyInfoWrapperPass::releaseMemory() { BFI.releaseMemory(); } in releaseMemory() function in BlockFrequencyInfoWrapperPass
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLazyBlockFrequencyInfo.h64 void releaseMemory() { in releaseMemory() function
65 BFI.releaseMemory(); in releaseMemory()
125 void releaseMemory() override;
DLazyValueInfo.h52 releaseMemory();
124 void releaseMemory();
158 void releaseMemory() override;
DBranchProbabilityInfo.h71 releaseMemory();
78 void releaseMemory();
247 void releaseMemory() override;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineDominators.cpp53 void MachineDominatorTree::releaseMemory() { in releaseMemory() function in MachineDominatorTree
54 DT->releaseMemory(); in releaseMemory()
DMachineFunctionAnalysis.cpp29 releaseMemory(); in ~MachineFunctionAnalysis()
55 void MachineFunctionAnalysis::releaseMemory() { in releaseMemory() function in MachineFunctionAnalysis
DSpillPlacement.h66 ~SpillPlacement() { releaseMemory(); } in ~SpillPlacement()
149 virtual void releaseMemory();
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineLoopRanges.h98 ~MachineLoopRanges() { releaseMemory(); } in ~MachineLoopRanges()
105 virtual void releaseMemory();

12345678910