/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | PartialInlining.cpp | 132 std::vector<User *> Users(duplicateFunction->user_begin(), in unswitchFunction() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64CollectLOH.cpp | 741 const SetOfMachineInstr *Users = in registerADRCandidate() local 828 const SetOfMachineInstr *Users = in computeOthers() local 856 const SetOfMachineInstr *Users = in computeOthers() local
|
H A D | AArch64PromoteConstant.cpp | 116 typedef SmallVector<Value::user_iterator, 4> Users; typedef in __anon16eb022a0111::AArch64PromoteConstant
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 373 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 D | LoopRerollPass.cpp | 473 DenseSet<Instruction *> &Users) { in collectInLoopUserSet() 511 DenseSet<Instruction *> &Users) { in collectInLoopUserSet() 713 SmallInstructionVector Users; in replaceSelected() local
|
H A D | LoopStrengthReduce.cpp | 2558 isProfitableChain(IVChain &Chain, SmallPtrSetImpl<Instruction*> &Users, in isProfitableChain()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/ |
H A D | XCoreLowerThreadLocal.cpp | 204 SmallVector<User *, 16> Users(GV->user_begin(), GV->user_end()); in lowerGlobal() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | BBVectorize.cpp | 1187 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 D | SjLjEHPrepare.cpp | 292 SmallVector<Instruction *, 16> Users; in lowerAcrossUnwindEdges() local
|
/minix3/minix/llvm/passes/asr/ |
H A D | ASRPass.cpp | 558 std::vector<User*> Users(F->user_begin(), F->user_end()); in runOnModule() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 1807 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 D | SIISelLowering.cpp | 1882 SDNode *Users[4] = { }; in adjustWritemask() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCOpts.cpp | 1256 SmallVector<const Value *, 2> Users; in OptimizeAutoreleaseRVCall() local
|
/minix3/minix/llvm/passes/magic/ |
H A D | MagicPass.cpp | 980 …std::vector<User*> Users(magicMemFunction.getFunction()->user_begin(), magicMemFunction.getFunctio… in runOnModule() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 7493 SmallVector<SDNode *, 4> Users; in visitFDIV() local
|