Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDStackLifetime.cpp303 auto BlockRange = BlockInstRange.find(BB)->getSecond(); in dumpBlockLiveness() local
304 dbgs() << " BB (" << BB->getName() << ") [" << BlockRange.first << ", " << BlockRange.second in dumpBlockLiveness()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/orc/
HDcoff_platform.cpp155 struct BlockRange { struct in __anon450575110111::COFFPlatformRuntimeState
159 std::map<void *, BlockRange> BlockRanges;
544 BlockRange B = {HeaderAddr.toPtr<void *>(), Range.size()}; in registerBlockRange()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDNewGVN.cpp3467 const auto &BlockRange = assignDFSNumbers(B, ICount); in runGVN() local
3468 BlockInstRange.insert({B, BlockRange}); in runGVN()
3469 ICount += BlockRange.second - BlockRange.first; in runGVN()