Searched refs:CurrentBlockInfo (Results 1 – 2 of 2) sorted by relevance
732 unsigned ArgIndex = CurrentBlockInfo->ProcessedPredecessors; in makePhiNodeVar()772 assert(CurrentBlockInfo && "Not processing a block!"); in mergeEntryMap()814 assert(CurrentBlockInfo && "Not processing a block!"); in mergeEntryMapBackEdge()816 if (CurrentBlockInfo->HasBackEdges) in mergeEntryMapBackEdge()818 CurrentBlockInfo->HasBackEdges = true; in mergeEntryMapBackEdge()886 CurrentBlockInfo = &BBInfo[B->getBlockID()]; in enterCFGBlock()905 ++CurrentBlockInfo->ProcessedPredecessors; in handlePredecessor()963 ++CurrentBlockInfo->UnprocessedSuccessors; in handleSuccessor()974 CurrentBlockInfo->ExitMap = std::move(CurrentLVarMap); in exitCFGBlock()976 CurrentBlockInfo = nullptr; in exitCFGBlock()
529 BlockInfo *CurrentBlockInfo = nullptr; variable