Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DMemorySSAUpdater.cpp682 auto FixPhiIncomingValues = [&](MemoryPhi *Phi, MemoryPhi *NewPhi) { in updateForClonedLoop()
740 MemoryPhi *NewPhi = MSSA->createMemoryPhi(NewBlock); in updateForClonedLoop() local
752 if (MemoryAccess *NewPhi = MPhiMap.lookup(MPhi)) in updateForClonedLoop() local
1033 MemoryPhi *NewPhi = MSSA->getMemoryAccess(BB); in applyInsertUpdates() local
1283 MemoryPhi *NewPhi = MSSA->createMemoryPhi(New); in wireOldPredecessorsToNewImmediatePredecessor() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DUnifyLoopExits.cpp123 auto NewPhi = in INITIALIZE_PASS_DEPENDENCY() local
DPromoteMemoryToRegister.cpp152 void updateForNewPhi(PHINode *NewPhi, DIBuilder &DIB) const { in updateForNewPhi()
DBasicBlockUtils.cpp1709 auto NewPhi = in reconnectPhis() local
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonVectorLoopCarriedReuse.cpp557 PHINode *NewPhi; in reuseValue() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DModuloSchedule.cpp551 MachineInstrBuilder NewPhi = in generateExistingPhis() local
690 MachineInstrBuilder NewPhi = in generatePhis() local
DCodeGenPrepare.cpp6229 PHINode *NewPhi = cast<PHINode>(ValMap[Phi]); in optimizePhiType() local
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DMVEGatherScatterLowering.cpp1048 PHINode *NewPhi; in optimiseOffsets() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp850 PHINode *NewPhi = PHINode::Create(NarrowType, NumIncomingValues, in foldPHIArgZextsIntoPHI() local
DInstructionCombining.cpp1357 PHINode *NewPhi = PHINode::Create(BO.getType(), 2); in foldBinopWithPhiOperands() local
1371 if (Instruction *NewPhi = foldOpIntoPhi(I, PN)) in foldBinOpIntoSelectOrPhi() local
DInstCombineCompares.cpp609 PHINode *NewPhi = static_cast<PHINode *>(NewInsts[PHI]); in rewriteGEPAsOffset() local
1336 PHINode *NewPhi = in foldICmpWithConstant() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp1526 PHINode *NewPhi = dyn_cast<PHINode>(P.clone()); in moveLCSSAPhis() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp3970 auto NewPhi = Builder.buildInstrNoInsert(TargetOpcode::G_PHI); in applyExtendThroughPhis() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4171 PHINode *NewPhi = cast<PHINode>(State.get(VPPhi, 0)); in fixNonInductionPHIs() local
DSLPVectorizer.cpp9238 PHINode *NewPhi = Builder.CreatePHI(VecTy, PH->getNumIncomingValues()); in vectorizeTree() local