Searched refs:CurrentBlockInfo (Results 1 – 2 of 2) sorted by relevance
695 unsigned ArgIndex = CurrentBlockInfo->ProcessedPredecessors; in makePhiNodeVar()735 assert(CurrentBlockInfo && "Not processing a block!"); in mergeEntryMap()777 assert(CurrentBlockInfo && "Not processing a block!"); in mergeEntryMapBackEdge()779 if (CurrentBlockInfo->HasBackEdges) in mergeEntryMapBackEdge()781 CurrentBlockInfo->HasBackEdges = true; in mergeEntryMapBackEdge()849 CurrentBlockInfo = &BBInfo[B->getBlockID()]; in enterCFGBlock()868 ++CurrentBlockInfo->ProcessedPredecessors; in handlePredecessor()926 ++CurrentBlockInfo->UnprocessedSuccessors; in handleSuccessor()937 CurrentBlockInfo->ExitMap = std::move(CurrentLVarMap); in exitCFGBlock()939 CurrentBlockInfo = nullptr; in exitCFGBlock()
511 BlockInfo *CurrentBlockInfo = nullptr; variable