Searched refs:CurrentBlockInfo (Results 1 – 2 of 2) sorted by relevance
691 unsigned ArgIndex = CurrentBlockInfo->ProcessedPredecessors; in makePhiNodeVar()731 assert(CurrentBlockInfo && "Not processing a block!"); in mergeEntryMap()773 assert(CurrentBlockInfo && "Not processing a block!"); in mergeEntryMapBackEdge()775 if (CurrentBlockInfo->HasBackEdges) in mergeEntryMapBackEdge()777 CurrentBlockInfo->HasBackEdges = true; in mergeEntryMapBackEdge()845 CurrentBlockInfo = &BBInfo[B->getBlockID()]; in enterCFGBlock()864 ++CurrentBlockInfo->ProcessedPredecessors; in handlePredecessor()922 ++CurrentBlockInfo->UnprocessedSuccessors; in handleSuccessor()933 CurrentBlockInfo->ExitMap = std::move(CurrentLVarMap); in exitCFGBlock()935 CurrentBlockInfo = nullptr; in exitCFGBlock()
512 BlockInfo *CurrentBlockInfo = nullptr; variable