Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3930 PHINode *CurrentPhi = cast<PHINode>(Current); in InsertPlaceholders() local
3931 unsigned PredCount = CurrentPhi->getNumIncomingValues(); in InsertPlaceholders()
3933 PHINode::Create(CommonType, PredCount, "sunk_phi", CurrentPhi); in InsertPlaceholders()
3936 append_range(Worklist, CurrentPhi->incoming_values()); in InsertPlaceholders()