Searched refs:CurrentBlockInfo (Results 1 – 2 of 2) sorted by relevance
720 unsigned ArgIndex = CurrentBlockInfo->ProcessedPredecessors; in makePhiNodeVar()760 assert(CurrentBlockInfo && "Not processing a block!"); in mergeEntryMap()802 assert(CurrentBlockInfo && "Not processing a block!"); in mergeEntryMapBackEdge()804 if (CurrentBlockInfo->HasBackEdges) in mergeEntryMapBackEdge()806 CurrentBlockInfo->HasBackEdges = true; in mergeEntryMapBackEdge()874 CurrentBlockInfo = &BBInfo[B->getBlockID()]; in enterCFGBlock()893 ++CurrentBlockInfo->ProcessedPredecessors; in handlePredecessor()951 ++CurrentBlockInfo->UnprocessedSuccessors; in handleSuccessor()962 CurrentBlockInfo->ExitMap = std::move(CurrentLVarMap); in exitCFGBlock()964 CurrentBlockInfo = nullptr; in exitCFGBlock()
520 BlockInfo *CurrentBlockInfo = nullptr; variable