Searched refs:CurrentBlockInfo (Results 1 – 2 of 2) sorted by relevance
670 unsigned ArgIndex = CurrentBlockInfo->ProcessedPredecessors; in makePhiNodeVar()711 assert(CurrentBlockInfo && "Not processing a block!"); in mergeEntryMap()753 assert(CurrentBlockInfo && "Not processing a block!"); in mergeEntryMapBackEdge()755 if (CurrentBlockInfo->HasBackEdges) in mergeEntryMapBackEdge()757 CurrentBlockInfo->HasBackEdges = true; in mergeEntryMapBackEdge()826 CurrentBlockInfo = &BBInfo[B->getBlockID()]; in enterCFGBlock()845 ++CurrentBlockInfo->ProcessedPredecessors; in handlePredecessor()903 ++CurrentBlockInfo->UnprocessedSuccessors; in handleSuccessor()914 CurrentBlockInfo->ExitMap = std::move(CurrentLVarMap); in exitCFGBlock()916 CurrentBlockInfo = nullptr; in exitCFGBlock()
342 CurrentBlockInfo(nullptr) { in SExprBuilder()493 BlockInfo *CurrentBlockInfo; variable