/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | CSEInfo.h | 218 void releaseMemory() { Info.releaseMemory(); } in releaseMemory() function 236 void releaseMemory() override { in releaseMemory() function
|
H A D | GISelKnownBits.h | 124 void releaseMemory() override { Info.reset(); } in releaseMemory() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | PhiValues.cpp | 157 void PhiValues::releaseMemory() { in releaseMemory() function in PhiValues 215 void PhiValuesWrapperPass::releaseMemory() { in releaseMemory() function in PhiValuesWrapperPass
|
H A D | LazyBranchProbabilityInfo.cpp | 55 void LazyBranchProbabilityInfoPass::releaseMemory() { LBPI.reset(); } in releaseMemory() function in LazyBranchProbabilityInfoPass
|
H A D | LazyBlockFrequencyInfo.cpp | 53 void LazyBlockFrequencyInfoPass::releaseMemory() { LBFI.releaseMemory(); } in releaseMemory() function in LazyBlockFrequencyInfoPass
|
H A D | CycleAnalysis.cpp | 75 void CycleInfoWrapperPass::releaseMemory() { in releaseMemory() function in CycleInfoWrapperPass
|
H A D | IntervalPartition.cpp |
|
H A D | IVUsers.cpp | 295 void IVUsers::releaseMemory() { in releaseMemory() function in IVUsers 327 void IVUsersWrapperPass::releaseMemory() { IU->releaseMemory(); } in releaseMemory() function in IVUsersWrapperPass
|
H A D | DominanceFrontier.cpp | 43 void DominanceFrontierWrapperPass::releaseMemory() { in releaseMemory() function in DominanceFrontierWrapperPass
|
H A D | BlockFrequencyInfo.cpp | 272 void BlockFrequencyInfo::releaseMemory() { BFI.reset(); } releaseMemory() function in BlockFrequencyInfo 323 void BlockFrequencyInfoWrapperPass::releaseMemory() { BFI.releaseMemory(); } releaseMemory() function in BlockFrequencyInfoWrapperPass
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineDominanceFrontier.cpp | 45 void MachineDominanceFrontier::releaseMemory() { releaseMemory() function in MachineDominanceFrontier
|
H A D | LazyMachineBlockFrequencyInfo.cpp | 51 void LazyMachineBlockFrequencyInfoPass::releaseMemory() { releaseMemory() function in LazyMachineBlockFrequencyInfoPass
|
H A D | LiveStacks.cpp | 39 void LiveStacks::releaseMemory() { in releaseMemory() function in LiveStacks
|
H A D | MachineDominators.cpp | 71 void MachineDominatorTree::releaseMemory() { releaseMemory() function in MachineDominatorTree
|
H A D | MachineCycleAnalysis.cpp | 52 void MachineCycleInfoWrapperPass::releaseMemory() { in releaseMemory() function in MachineCycleInfoWrapperPass
|
H A D | MachineRegionInfo.cpp | 98 void MachineRegionInfoPass::releaseMemory() { releaseMemory() function in MachineRegionInfoPass
|
H A D | SlotIndexes.cpp | 42 void SlotIndexes::releaseMemory() { releaseMemory() function in SlotIndexes
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LazyBlockFrequencyInfo.h | 61 void releaseMemory() { in releaseMemory() function
|
H A D | PostDominators.h | 93 void releaseMemory() override { DT.reset(); } in releaseMemory() function
|
H A D | DominanceFrontier.h | 73 void releaseMemory() { releaseMemory() function
|
H A D | AssumptionCache.h | 241 void releaseMemory() override { in releaseMemory() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachinePostDominators.h | 89 void releaseMemory() override { PDT.reset(nullptr); } releaseMemory() function
|
H A D | LiveVariables.h | 263 void releaseMemory() override { releaseMemory() function
|
H A D | MachineLoopInfo.h | 158 void releaseMemory() override { LI.releaseMemory(); } releaseMemory() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | Dominators.h | 170 virtual void releaseMemory() { DT.reset(); } in releaseMemory() function
|