Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64CollectLOH.cpp739 const SetOfMachineInstr *Users = in registerADRCandidate() local
826 const SetOfMachineInstr *Users = in computeOthers() local
854 const SetOfMachineInstr *Users = in computeOthers() local
/NextBSD/contrib/llvm/lib/Transforms/IPO/
HDPartialInlining.cpp132 std::vector<User *> Users(duplicateFunction->user_begin(), in unswitchFunction() local
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDCodeExtractor.cpp373 std::vector<User*> Users(inputs[i]->user_begin(), inputs[i]->user_end()); in constructFunction() local
393 std::vector<User*> Users(header->user_begin(), header->user_end()); in constructFunction() local
504 std::vector<User*> Users(outputs[i]->user_begin(), outputs[i]->user_end()); in emitCallAndSwitchStatement() local
/NextBSD/contrib/llvm/lib/Target/XCore/
HDXCoreLowerThreadLocal.cpp205 SmallVector<User *, 16> Users(GV->user_begin(), GV->user_end()); in lowerGlobal() local
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDLoopRerollPass.cpp580 DenseSet<Instruction *> &Users) { in collectInLoopUserSet()
618 DenseSet<Instruction *> &Users) { in collectInLoopUserSet()
1389 SmallInstructionVector Users; in replaceSelected() local
HDLoopDistribute.cpp578 auto Users = Inst.users(); in findDefsUsedOutsideOfLoop() local
HDRewriteStatepointsForGC.cpp1827 SmallVector<Instruction *, 16> Users; in splitVectorValues() local
HDLoopStrengthReduce.cpp2533 isProfitableChain(IVChain &Chain, SmallPtrSetImpl<Instruction*> &Users, in isProfitableChain()
/NextBSD/contrib/llvm/lib/Transforms/Vectorize/
HDBBVectorize.cpp1183 bool BBVectorize::trackUsesOfI(DenseSet<Value *> &Users, in trackUsesOfI()
1245 DenseSet<Value *> Users; in getCandidatePairs() local
1473 DenseSet<Value *> Users; in buildDepMap() local
2867 DenseSet<Value *> Users; in canMoveUsesOfIAfterJ() local
2889 DenseSet<Value *> Users; in moveUsesOfIAfterJ() local
2920 DenseSet<Value *> Users; in collectPairLoadMoveSet() local
/NextBSD/contrib/llvm/lib/CodeGen/
HDSjLjEHPrepare.cpp297 SmallVector<Instruction *, 16> Users; in lowerAcrossUnwindEdges() local
HDWinEHPrepare.cpp700 SmallVector<User *, 4> Users(Arg->user_begin(), Arg->user_end()); in demoteValuesLiveAcrossHandlers() local
1106 SmallVector<Value *, 4> Users(LPad->user_begin(), LPad->user_end()); in promoteLandingPadValues() local
/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstructionCombining.cpp1830 isAllocSiteRemovable(Instruction *AI, SmallVectorImpl<WeakVH> &Users, in isAllocSiteRemovable()
1910 SmallVector<WeakVH, 64> Users; in visitAllocSite() local
/NextBSD/contrib/llvm/lib/Transforms/ObjCARC/
HDObjCARCOpts.cpp642 SmallVector<const Value *, 2> Users; in OptimizeAutoreleaseRVCall() local
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDSIISelLowering.cpp1997 SDNode *Users[4] = { }; in adjustWritemask() local
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp8370 SetVector<SDNode *> Users; in visitFDIV() local