Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3812 PHINode *CurrentPhi = cast<PHINode>(Current); in InsertPlaceholders() local
3813 unsigned PredCount = CurrentPhi->getNumIncomingValues(); in InsertPlaceholders()
3815 PHINode::Create(CommonType, PredCount, "sunk_phi", CurrentPhi); in InsertPlaceholders()
3818 append_range(Worklist, CurrentPhi->incoming_values()); in InsertPlaceholders()