/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCBoolRetToInt.cpp | 150 const auto &Users = P->users(); in getPromotablePHINodes() local 169 const auto &Users = P->users(); in getPromotablePHINodes() local
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | Comdat.h | 65 SmallPtrSet<GlobalObject *, 2> Users; variable
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ |
H A D | TLSVariableHoist.h | 93 SmallVector<TLSUser, 8> Users; member
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | WinCFGuard.cpp | 46 SmallVector<const Value *, 4> Users{F}; in isPossibleIndirectCallTarget() local
|
/openbsd/gnu/llvm/llvm/lib/MCA/HardwareUnits/ |
H A D | ResourceManager.cpp | 212 uint64_t Users = Resource2Groups[RSID]; in use() local 235 uint64_t Users = Resource2Groups[RSID]; in release() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | DemoteRegToStack.cpp | 154 SmallVector<Instruction *, 4> Users; in DemotePHIToStack() local
|
H A D | CodeExtractor.cpp | 1026 std::vector<User *> Users(inputs[i]->user_begin(), inputs[i]->user_end()); in constructFunction() local 1047 std::vector<User *> Users(header->user_begin(), header->user_end()); in constructFunction() local 1260 std::vector<User *> Users(outputs[i]->user_begin(), outputs[i]->user_end()); in emitCallAndSwitchStatement() local
|
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceArguments.cpp | 29 const auto &Users = OldF.users(); in replaceFunctionCalls() local
|
/openbsd/games/phantasia/ |
H A D | phantglobs.c | 27 int Users; /* number of users currently playing */ variable
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | Localizer.cpp | 162 SmallPtrSet<MachineInstr *, 32> Users; in localizeIntraBlock() local
|
/openbsd/gnu/llvm/llvm/lib/Target/XCore/ |
H A D | XCoreLowerThreadLocal.cpp | 153 SmallVector<User *, 16> Users(GV->users()); in lowerGlobal() local
|
/openbsd/usr.sbin/ac/ |
H A D | ac.c | 72 static struct user_list *Users = NULL; variable
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LoopRerollPass.cpp | 688 DenseSet<Instruction *> &Users) { in collectInLoopUserSet() 725 DenseSet<Instruction *> &Users) { in collectInLoopUserSet() 1574 SmallInstructionVector Users; in replaceSelected() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
H A D | CoroElide.cpp | 58 SmallVectorImpl<CoroSubFnInst *> &Users) { in replaceWithConstant()
|
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVRegularizer.cpp | 88 std::vector<Instruction *> Users; in runLowerConstExpr() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | SjLjEHPrepare.cpp | 291 SmallVector<Instruction *, 16> Users; in lowerAcrossUnwindEdges() local
|
H A D | TypePromotion.cpp | 412 SmallVector<Instruction *, 4> Users; in ReplaceAllUsersOfWith() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 457 SetVector<VPUser *> Users(WideIV->user_begin(), WideIV->user_end()); in optimizeInductions() local
|
H A D | VPlanValue.h | 57 SmallVector<VPUser *, 1> Users; variable
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | PartialInlining.cpp | 950 std::vector<User *> Users(DuplicateFunction->user_begin(), in computeCallsiteToProfCountMap() local 1400 std::vector<User *> Users(Cloner.ClonedFunc->user_begin(), in tryPartialInline() local
|
/openbsd/gnu/llvm/llvm/tools/llvm-mca/Views/ |
H A D | BottleneckAnalysis.cpp | 508 SmallVector<std::pair<unsigned, unsigned>, 4> Users; in onEvent() local
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachineRegisterInfo.h | 854 ArrayRef<MachineInstr *> Users) const { in updateDbgUsersToReg()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIFixSGPRCopies.cpp | 921 SmallVector<MachineInstr *, 4> Users; in analyzeVGPRToSGPRCopy() local
|
H A D | SIFoldOperands.cpp | 1695 SmallVector<const MachineInstr*, 8> Users; in tryFoldLoad() local
|
/openbsd/gnu/llvm/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 245 SmallVector<std::pair<ReadState *, int>, 4> Users; variable
|