Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Drelease.h295 const uptr RegionIndex = NumberOfRegions == 1U ? 0 : P / RegionSize; in markFreeBlocks() local
310 const uptr RegionIndex = NumberOfRegions == 1U ? 0 : P / RegionSize; in markFreeBlocks() local
H A Dprimary32.h357 const uptr RegionIndex = computeRegionId(Region); in allocateRegion() local
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp196 auto SkipRegion = [](UNUSED scudo::uptr RegionIndex) { return false; }; in testReleaseFreeMemoryToOS()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp2390 unsigned RegionIndex = PHIRegionIndices[0]; in splitLoopPHI() local