Home
last modified time | relevance | path

Searched defs:NewPhi (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp222 PHINode *NewPhi = PHINode::Create(Int64, 0, "", &Parent->front()); in handleLoopCondition() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp465 PHINode *NewPhi = PHINode::Create(NarrowType, NumIncomingValues, in FoldPHIArgZextsIntoPHI() local
/external/v8/test/unittests/compiler/
Dloop-peeling-unittest.cc121 Node* NewPhi(While* w, Node* a, Node* b) { in NewPhi() function in v8::internal::compiler::LoopPeelingTest
/external/v8/src/compiler/
Dbytecode-graph-builder.cc1956 Node* BytecodeGraphBuilder::NewPhi(int count, Node* input, Node* control) { in NewPhi() function in v8::internal::compiler::BytecodeGraphBuilder
Dast-graph-builder.cc4291 Node* AstGraphBuilder::NewPhi(int count, Node* input, Node* control) { in NewPhi() function in v8::internal::compiler::AstGraphBuilder
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2197 PHINode *NewPhi = Builder.CreatePHI(VecTy, PH->getNumIncomingValues()); in vectorizeTree() local