Home
last modified time | relevance | path

Searched defs:releaseMemory (Results 1 – 25 of 114) sorted by relevance

12345

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DCSEInfo.h214 void releaseMemory() { Info.releaseMemory(); } in releaseMemory() function
232 void releaseMemory() override { in releaseMemory() function
DGISelKnownBits.h111 void releaseMemory() override { Info.reset(); } in releaseMemory() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DPhiValues.cpp158 void PhiValues::releaseMemory() { in releaseMemory() function in PhiValues
216 void PhiValuesWrapperPass::releaseMemory() { in releaseMemory() function in PhiValuesWrapperPass
DLazyBlockFrequencyInfo.cpp53 void LazyBlockFrequencyInfoPass::releaseMemory() { LBFI.releaseMemory(); } in releaseMemory() function in LazyBlockFrequencyInfoPass
DLazyBranchProbabilityInfo.cpp55 void LazyBranchProbabilityInfoPass::releaseMemory() { LBPI.reset(); } in releaseMemory() function in LazyBranchProbabilityInfoPass
DMemDerefPrinter.cpp35 void releaseMemory() override { in releaseMemory() function
/external/llvm/lib/CodeGen/
DMachineDominanceFrontier.cpp46 void MachineDominanceFrontier::releaseMemory() { in releaseMemory() function in MachineDominanceFrontier
DMachineFunctionAnalysis.cpp57 void MachineFunctionAnalysis::releaseMemory() { in releaseMemory() function in MachineFunctionAnalysis
DLiveStackAnalysis.cpp43 void LiveStacks::releaseMemory() { in releaseMemory() function in LiveStacks
DMachineDominators.cpp67 void MachineDominatorTree::releaseMemory() { in releaseMemory() function in MachineDominatorTree
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineDominanceFrontier.cpp46 void MachineDominanceFrontier::releaseMemory() { in releaseMemory() function in MachineDominanceFrontier
DLazyMachineBlockFrequencyInfo.cpp50 void LazyMachineBlockFrequencyInfoPass::releaseMemory() { in releaseMemory() function in LazyMachineBlockFrequencyInfoPass
DLiveStacks.cpp42 void LiveStacks::releaseMemory() { in releaseMemory() function in LiveStacks
DMachineDominators.cpp69 void MachineDominatorTree::releaseMemory() { in releaseMemory() function in MachineDominatorTree
/external/llvm/lib/Analysis/
DLazyBlockFrequencyInfo.cpp48 void LazyBlockFrequencyInfoPass::releaseMemory() { LBFI.releaseMemory(); } in releaseMemory() function in LazyBlockFrequencyInfoPass
DBlockFrequencyInfo.cpp205 void BlockFrequencyInfo::releaseMemory() { BFI.reset(); } in releaseMemory() function in BlockFrequencyInfo
241 void BlockFrequencyInfoWrapperPass::releaseMemory() { BFI.releaseMemory(); } in releaseMemory() function in BlockFrequencyInfoWrapperPass
DMemDerefPrinter.cpp37 void releaseMemory() override { in releaseMemory() function
DDominanceFrontier.cpp34 void DominanceFrontierWrapperPass::releaseMemory() { in releaseMemory() function in DominanceFrontierWrapperPass
DIntervalPartition.cpp27 void IntervalPartition::releaseMemory() { in releaseMemory() function in IntervalPartition
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyBlockFrequencyInfo.h63 void releaseMemory() { in releaseMemory() function
DPostDominators.h91 void releaseMemory() override { in releaseMemory() function
/external/llvm/include/llvm/Analysis/
DLazyBlockFrequencyInfo.h84 void releaseMemory() { in releaseMemory() function
DPostDominators.h81 void releaseMemory() override { in releaseMemory() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachinePostDominators.h87 void releaseMemory() override { PDT.reset(nullptr); } in releaseMemory() function
/external/llvm/include/llvm/Transforms/Scalar/
DJumpThreading.h103 void releaseMemory() { in releaseMemory() function

12345