Home
last modified time | relevance | path

Searched defs:RegionIndex (Results 1 – 3 of 3) sorted by relevance

/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp224 auto SkipRegion = [](UNUSED scudo::uptr RegionIndex) { return false; }; in testReleaseFreeMemoryToOS()
465 auto SkipRegion = [](UNUSED scudo::uptr RegionIndex) { return false; }; in testReleasePartialRegion()
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h461 const uptr RegionIndex = computeRegionId(Region); allocateRegion() local
1131 const uptr RegionIndex = (GroupBase - Base) / RegionSize; markFreeBlocks() local
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp