Home
last modified time | relevance | path

Searched refs:CurrentPhi (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4072 PHINode *CurrentPhi = cast<PHINode>(Current); in InsertPlaceholders() local
4073 unsigned PredCount = CurrentPhi->getNumIncomingValues(); in InsertPlaceholders()
4075 PHINode::Create(CommonType, PredCount, "sunk_phi", CurrentPhi); in InsertPlaceholders()
4078 append_range(Worklist, CurrentPhi->incoming_values()); in InsertPlaceholders()