Searched refs:ExitMap (Results 1 – 3 of 3) sorted by relevance
410 LVarDefinitionMap ExitMap; member419 : ExitMap(std::move(RHS.ExitMap)), in BlockInfo()426 ExitMap = std::move(RHS.ExitMap);
841 mergeEntryMap(std::move(PredInfo->ExitMap)); in handlePredecessor()843 mergeEntryMap(PredInfo->ExitMap.clone()); in handlePredecessor()914 CurrentBlockInfo->ExitMap = std::move(CurrentLVarMap); in exitCFGBlock()
197 typedef SmallVector<std::pair<BlockNode, BlockMass>, 4> ExitMap;203 ExitMap Exits; ///< Successor edges (and weights).