Home
last modified time | relevance | path

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

123

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
DCSEInfo.h216 void releaseMemory() { Info.releaseMemory(); } in releaseMemory() function
234 void releaseMemory() override { in releaseMemory() function
DGISelKnownBits.h128 void releaseMemory() override { Info.reset(); } in releaseMemory() function
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DPhiValues.cpp157 void PhiValues::releaseMemory() { in releaseMemory() function in PhiValues
215 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
DIVUsers.cpp295 void IVUsers::releaseMemory() { in releaseMemory() function in IVUsers
327 void IVUsersWrapperPass::releaseMemory() { IU->releaseMemory(); } in releaseMemory() function in IVUsersWrapperPass
DCycleAnalysis.cpp78 void CycleInfoWrapperPass::releaseMemory() { in releaseMemory() function in CycleInfoWrapperPass
DIntervalPartition.cpp38 void IntervalPartition::releaseMemory() { in releaseMemory() function in IntervalPartition
DBlockFrequencyInfo.cpp284 void BlockFrequencyInfo::releaseMemory() { BFI.reset(); } in releaseMemory() function in BlockFrequencyInfo
323 void BlockFrequencyInfoWrapperPass::releaseMemory() { BFI.releaseMemory(); } in releaseMemory() function in BlockFrequencyInfoWrapperPass
DDominanceFrontier.cpp43 void DominanceFrontierWrapperPass::releaseMemory() { in releaseMemory() function in DominanceFrontierWrapperPass
DMemDerefPrinter.cpp35 void releaseMemory() override { in releaseMemory() function
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineDominanceFrontier.cpp45 void MachineDominanceFrontier::releaseMemory() { in releaseMemory() function in MachineDominanceFrontier
DLazyMachineBlockFrequencyInfo.cpp51 void LazyMachineBlockFrequencyInfoPass::releaseMemory() { in releaseMemory() function in LazyMachineBlockFrequencyInfoPass
DLiveStacks.cpp39 void LiveStacks::releaseMemory() { in releaseMemory() function in LiveStacks
DMachineDominators.cpp71 void MachineDominatorTree::releaseMemory() { in releaseMemory() function in MachineDominatorTree
DMachineCycleAnalysis.cpp52 void MachineCycleInfoWrapperPass::releaseMemory() { in releaseMemory() function in MachineCycleInfoWrapperPass
DMachineRegionInfo.cpp98 void MachineRegionInfoPass::releaseMemory() { in releaseMemory() function in MachineRegionInfoPass
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DLazyBlockFrequencyInfo.h61 void releaseMemory() { in releaseMemory() function
DPostDominators.h91 void releaseMemory() override { DT.reset(); } in releaseMemory() function
DDominanceFrontier.h71 void releaseMemory() { in releaseMemory() function
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachinePostDominators.h89 void releaseMemory() override { PDT.reset(nullptr); } in releaseMemory() function
DMachineLoopInfo.h149 void releaseMemory() override { LI.releaseMemory(); } in releaseMemory() function
DLiveVariables.h271 void releaseMemory() override { in releaseMemory() function
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
DJumpThreading.h107 void releaseMemory() { in releaseMemory() function
/openbsd/src/gnu/llvm/clang/include/clang/Analysis/Analyses/
DDominators.h170 virtual void releaseMemory() { DT.reset(); } in releaseMemory() function

123