Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp247 PHINode *NewPhi = PHINode::Create(Int64, 0, "", &Parent->front()); in handleLoopCondition() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp455 PHINode *NewPhi = PHINode::Create(NarrowType, NumIncomingValues, in FoldPHIArgZextsIntoPHI() local
DInstCombineCompares.cpp804 PHINode *NewPhi = static_cast<PHINode *>(NewInsts[PHI]); in rewriteGEPAsOffset() local
/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp2659 MachineInstrBuilder NewPhi = in generateExistingPhis() local
2776 MachineInstrBuilder NewPhi = in generatePhis() local
/external/v8/src/compiler/
Dbytecode-graph-builder.cc2331 Node* BytecodeGraphBuilder::NewPhi(int count, Node* input, Node* control) { in NewPhi() function in v8::internal::compiler::BytecodeGraphBuilder
Dast-graph-builder.cc3110 Node* AstGraphBuilder::NewPhi(int count, Node* input, Node* control) { in NewPhi() function in v8::internal::compiler::AstGraphBuilder
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2219 PHINode *NewPhi = Builder.CreatePHI(VecTy, PH->getNumIncomingValues()); in vectorizeTree() local