Searched refs:BlockIndexes (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2084 BlockIndexMap BlockIndexes; local
2110 //auto P = BlockIndexes.emplace(&B, HexagonBlockRanges::InstrIndexMap(B));
2111 auto P = BlockIndexes.insert(
2283 auto F = BlockIndexes.find(&B);
2284 assert(F != BlockIndexes.end());

Completed in 172 milliseconds