Searched refs:CurrentBlockInfo (Results 1 – 2 of 2) sorted by relevance
740 unsigned ArgIndex = CurrentBlockInfo->ProcessedPredecessors; in makePhiNodeVar()780 assert(CurrentBlockInfo && "Not processing a block!"); in mergeEntryMap()822 assert(CurrentBlockInfo && "Not processing a block!"); in mergeEntryMapBackEdge()824 if (CurrentBlockInfo->HasBackEdges) in mergeEntryMapBackEdge()826 CurrentBlockInfo->HasBackEdges = true; in mergeEntryMapBackEdge()894 CurrentBlockInfo = &BBInfo[B->getBlockID()]; in enterCFGBlock()913 ++CurrentBlockInfo->ProcessedPredecessors; in handlePredecessor()971 ++CurrentBlockInfo->UnprocessedSuccessors; in handleSuccessor()982 CurrentBlockInfo->ExitMap = std::move(CurrentLVarMap); in exitCFGBlock()984 CurrentBlockInfo = nullptr; in exitCFGBlock()
527 BlockInfo *CurrentBlockInfo = nullptr; variable