Searched defs:NewPhi (Results 1 – 4 of 4) sorted by relevance
164 Node* StructuredGraphBuilder::NewPhi(int count, Node* input, Node* control) { in NewPhi() function in v8::internal::compiler::StructuredGraphBuilder
214 PHINode *NewPhi = PHINode::Create(Int64, 0, "", &Parent->front()); in handleLoopCondition() local
2120 PHINode *NewPhi = Builder.CreatePHI(VecTy, PH->getNumIncomingValues()); in vectorizeTree() local
2854 PHINode *NewPhi = Builder.CreatePHI(VecTy, 2, "rdx.vec.exit.phi"); in vectorizeLoop() local