Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp132 std::vector<User *> Users(duplicateFunction->user_begin(), in unswitchFunction() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp741 const SetOfMachineInstr *Users = in registerADRCandidate() local
828 const SetOfMachineInstr *Users = in computeOthers() local
856 const SetOfMachineInstr *Users = in computeOthers() local
H A DAArch64PromoteConstant.cpp116 typedef SmallVector<Value::user_iterator, 4> Users; typedef in __anon16eb022a0111::AArch64PromoteConstant
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.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
505 std::vector<User*> Users(outputs[i]->user_begin(), outputs[i]->user_end()); in emitCallAndSwitchStatement() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp473 DenseSet<Instruction *> &Users) { in collectInLoopUserSet()
511 DenseSet<Instruction *> &Users) { in collectInLoopUserSet()
713 SmallInstructionVector Users; in replaceSelected() local
H A DLoopStrengthReduce.cpp2558 isProfitableChain(IVChain &Chain, SmallPtrSetImpl<Instruction*> &Users, in isProfitableChain()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp204 SmallVector<User *, 16> Users(GV->user_begin(), GV->user_end()); in lowerGlobal() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp1187 bool BBVectorize::trackUsesOfI(DenseSet<Value *> &Users, in trackUsesOfI()
1249 DenseSet<Value *> Users; in getCandidatePairs() local
1477 DenseSet<Value *> Users; in buildDepMap() local
2871 DenseSet<Value *> Users; in canMoveUsesOfIAfterJ() local
2893 DenseSet<Value *> Users; in moveUsesOfIAfterJ() local
2924 DenseSet<Value *> Users; in collectPairLoadMoveSet() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp292 SmallVector<Instruction *, 16> Users; in lowerAcrossUnwindEdges() local
/minix3/minix/llvm/passes/asr/
H A DASRPass.cpp558 std::vector<User*> Users(F->user_begin(), F->user_end()); in runOnModule() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1807 isAllocSiteRemovable(Instruction *AI, SmallVectorImpl<WeakVH> &Users, in isAllocSiteRemovable()
1887 SmallVector<WeakVH, 64> Users; in visitAllocSite() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DSIISelLowering.cpp1882 SDNode *Users[4] = { }; in adjustWritemask() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1256 SmallVector<const Value *, 2> Users; in OptimizeAutoreleaseRVCall() local
/minix3/minix/llvm/passes/magic/
H A DMagicPass.cpp980 …std::vector<User*> Users(magicMemFunction.getFunction()->user_begin(), magicMemFunction.getFunctio… in runOnModule() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7493 SmallVector<SDNode *, 4> Users; in visitFDIV() local