Home
last modified time | relevance | path

Searched refs:takeName (Results 1 – 25 of 51) sorted by relevance

123

/external/llvm/lib/Target/NVPTX/
DNVPTXFavorNonGenericAddrSpaces.cpp168 NewASC->takeName(GEP); in hoistAddrSpaceCastFromGEP()
206 NewBC->takeName(BC); in hoistAddrSpaceCastFromBitCast()
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp233 NF->takeName(&Fn); in DeleteDeadVarargs()
280 New->takeName(Call); in DeleteDeadVarargs()
300 I2->takeName(&*I); in DeleteDeadVarargs()
885 NF->takeName(F); in RemoveDeadStuffFromFunction()
970 New->takeName(Call); in RemoveDeadStuffFromFunction()
1009 New->takeName(Call); in RemoveDeadStuffFromFunction()
1032 I2->takeName(&*I); in RemoveDeadStuffFromFunction()
DArgumentPromotion.cpp746 NF->takeName(F); in DoPromotion()
880 New->takeName(Call); in DoPromotion()
902 I2->takeName(&*I); in DoPromotion()
930 TheAlloca->takeName(&*I); in DoPromotion()
DPruneEH.cpp196 Call->takeName(II); in SimplifyFunction()
DLowerBitSets.cpp587 GAlias->takeName(Globals[I]); in buildBitSetsFromGlobalVariables()
825 GAlias->takeName(Functions[I]); in buildBitSetsFromFunctions()
DMergeFunctions.cpp1712 NewG->takeName(G); in writeThunk()
1725 GA->takeName(G); in writeAlias()
1744 H->takeName(F); in mergeTwoFunctions()
/external/llvm/lib/Transforms/Utils/
DLowerInvoke.cpp62 NewCall->takeName(II); in runOnFunction()
DCtorUtils.cpp54 NGV->takeName(GCL); in removeGlobalCtors()
DBasicBlockUtils.cpp161 PredBB->takeName(BB); in MergeBlockIntoPredecessor()
197 V->takeName(&I); in ReplaceInstWithValue()
DLocal.cpp876 if (!Succ->hasName()) Succ->takeName(BB); in TryToSimplifyUncondBranchFromEmptyBlock()
1225 NewCall->takeName(II); in changeToCall()
1361 NewTI->takeName(TI); in removeUnwindEdge()
/external/llvm/lib/Transforms/Instrumentation/
DSafeStack.cpp574 cast<Instruction>(NewAI)->takeName(AI); in moveStaticAllocasToUnsafeStack()
634 NewAI->takeName(AI); in moveDynamicAllocasToUnsafeStack()
652 LI->takeName(II); in moveDynamicAllocasToUnsafeStack()
658 SI->takeName(II); in moveDynamicAllocasToUnsafeStack()
/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp467 NewGEP->takeName(GEP); in tryReassociateGEPAtIndex()
524 NewI->takeName(I); in tryReassociatedBinaryOp()
DScalarizer.cpp309 CV[I]->takeName(Old); in gather()
666 Res->takeName(Op); in finish()
DSeparateConstOffsetFromGEP.cpp686 NewBO->takeName(BO); in removeConstOffset()
1130 NewSExt->takeName(I); in reuniteExts()
DScalarReplAggregates.cpp1351 V->takeName(LI); in tryToMakeAllocaBePromotable()
1535 NewAI->takeName(AI); in performScalarRepl()
2014 Val->takeName(BC); in RewriteBitCast()
2108 Val->takeName(GEPI); in RewriteGEP()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp317 New->takeName(Op1); in SimplifyAssociativeOrCommutative()
513 SimplifiedInst->takeName(&I); in tryFactorization()
605 C->takeName(&I); in SimplifyUsingDistributiveLaws()
630 A->takeName(&I); in SimplifyUsingDistributiveLaws()
655 SI->takeName(&I); in SimplifyUsingDistributiveLaws()
851 NewPN->takeName(PN); in FoldOpIntoPhi()
1823 I->takeName(BCI); in visitGetElementPtrInst()
1848 NGEP->takeName(&GEP); in visitGetElementPtrInst()
2838 Result->takeName(I); in run()
DInstCombineShifts.cpp246 VI->takeName(BO); in GetShiftedValue()
286 VI->takeName(I); in GetShiftedValue()
532 NewShift->takeName(Op0BO); in FoldShiftByConstant()
DInstCombineMulDivRem.cpp335 Rem->takeName(BO); in visitMul()
643 FSub->takeName(&I); in visitFMul()
663 FMul->takeName(&I); in visitFMul()
671 Neg->takeName(&I); in visitFMul()
700 R->takeName(&I); in visitFMul()
DInstCombineAndOrXor.cpp174 And->takeName(Op); in OptAndOp()
183 Or->takeName(Op); in OptAndOp()
194 And->takeName(Op); in OptAndOp()
226 NewAnd->takeName(Op); in OptAndOp()
2261 Or->takeName(Op0); in visitOr()
2270 Or->takeName(Op0); in visitOr()
2307 NOr->takeName(Op0); in visitOr()
2316 NOr->takeName(Op0); in visitOr()
2595 Inner->takeName(Op0); in visitOr()
2759 Opnd0->takeName(Op0I); in visitXor()
DInstCombineCasts.cpp142 New->takeName(&AI); in PromoteCastOfAllocation()
226 Res->takeName(I); in EvaluateInDifferentType()
541 Shift->takeName(Src); in visitTrunc()
560 Shift->takeName(Src); in visitTrunc()
696 Result->takeName(ICI); in transformZExtICmp()
/external/clang/lib/CodeGen/
DCGCXX.cpp204 Alias->takeName(Entry); in TryEmitDefinitionAsAlias()
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp222 NewGV->takeName(GV); in lowerGlobal()
/external/llvm/lib/CodeGen/
DGCRootLowering.cpp227 Ld->takeName(CI); in PerformDefaultLowering()
DShadowStackGCLowering.cpp422 SlotPtr->takeName(OriginalAlloca); in runOnFunction()
/external/llvm/include/llvm/IR/
DValue.h257 void takeName(Value *V);

123