Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.cpp156 struct BlockRange { struct in __anonc1d160b80111::COFFPlatformRuntimeState
160 std::map<void *, BlockRange> BlockRanges;
544 BlockRange B = {HeaderAddr.toPtr<void *>(), Range.size()}; in registerBlockRange()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3498 const auto &BlockRange = assignDFSNumbers(B, ICount); in runGVN() local
3499 BlockInstRange.insert({B, BlockRange}); in runGVN()
3500 ICount += BlockRange.second - BlockRange.first; in runGVN()
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRDialect.cpp1136 BlockRange caseDestinations, in build()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIROps.td999 CArg<"mlir::BlockRange", "{}">:$caseDestinations,