Home
last modified time | relevance | path

Searched refs:BlockRange (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DStackLifetime.cpp303 auto BlockRange = BlockInstRange.find(BB)->getSecond(); in dumpBlockLiveness() local
304 dbgs() << " BB (" << BB->getName() << ") [" << BlockRange.first << ", " << BlockRange.second in dumpBlockLiveness()
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dcoff_platform.cpp155 struct BlockRange { struct in __anon2dcb46cf0111::COFFPlatformRuntimeState
159 std::map<void *, BlockRange> BlockRanges;
545 BlockRange B = {HeaderAddr.toPtr<void *>(), Range.size()}; in registerBlockRange()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3458 const auto &BlockRange = assignDFSNumbers(B, ICount); in runGVN() local
3459 BlockInstRange.insert({B, BlockRange}); in runGVN()
3460 ICount += BlockRange.second - BlockRange.first; in runGVN()