Searched defs:NewPN (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp111 PHINode *NewPN = local
H A DLoopUnrollRuntime.cpp75 PHINode *NewPN = PHINode::Create(PN->getType(), 2, PN->getName()+".unr", local
H A DLoopSimplify.cpp696 PHINode *NewPN = PHINode::Create(PN->getType(), BackedgeBlocks.size(), local
H A DCodeExtractor.cpp247 PHINode *NewPN = PHINode::Create(PN->getType(), 1 + NumPredsFromRegion, local
H A DSimplifyCFG.cpp1258 PHINode *NewPN = PHINode::Create(DifferentOp1->getType(), 2, local
2314 PHINode *NewPN = PHINode::Create(Type::getInt1Ty(BB->getContext()), local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp207 PHINode *NewPN = PHINode::Create(FirstOp->getType(), e, local
348 PHINode *NewPN = PHINode::Create(FirstLI->getOperand(0)->getType(), local
456 PHINode *NewPN = PHINode::Create(FirstInst->getOperand(0)->getType(), local
[all...]
H A DInstructionCombining.cpp681 PHINode *NewPN = PHINode::Create(I.getType(), PN->getNumIncomingValues()); local
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1461 MachineInstr *NewPN = MF->CreateMachineInstr(PD, DL); local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp608 PHINode *NewPN = cast<PHINode>(PN->clone()); local
H A DScalarReplAggregates.cpp1365 PHINode *NewPN = PHINode::Create(LoadTy, PN->getNumIncomingValues(), local
H A DSROA.cpp1075 PHINode *NewPN = PHIBuilder.CreatePHI(LoadTy, PN.getNumIncomingValues(), local
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1183 PHINode *NewPN = local

Completed in 624 milliseconds