Searched refs:BlockInsertion (Results 1 – 1 of 1) sorted by relevance
3055 auto BlockInsertion = CurFn->LexicalBlocks.try_emplace(DILB); in collectLexicalBlockInfo() local3056 if (!BlockInsertion.second) in collectLexicalBlockInfo()3063 LexicalBlock &Block = BlockInsertion.first->second; in collectLexicalBlockInfo()