Searched defs:Users (Results 1 - 17 of 17) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DTLSVariableHoist.h93 SmallVector<TLSUser, 8> Users; member in struct:llvm::tlshoist::TLSCandidate
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDemoteRegToStack.cpp155 SmallVector<Instruction *, 4> Users; local
H A DSimplifyIndVar.cpp260 SmallVector<Instruction *, 4> Users; local
H A DLoopUtils.cpp130 auto Users = Inst.users(); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DComdat.h65 SmallPtrSet<GlobalObject *, 2> Users; member in class:llvm::Comdat
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp148 const auto &Users = P->users(); local
167 const auto &Users = P->users(); local
H A DPPCMergeStringPool.cpp300 SmallVector<User *> Users; local
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLocalizer.cpp164 SmallPtrSet<MachineInstr *, 32> Users; local
/freebsd-current/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp212 uint64_t Users = Resource2Groups[RSID]; local
235 uint64_t Users = Resource2Groups[RSID]; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp59 replaceWithConstant(Constant *Value, SmallVectorImpl<CoroSubFnInst *> &Users) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h57 SmallVector<VPUser *, 1> Users; member in class:llvm::VPValue
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp308 SmallVector<Instruction *, 16> Users; local
H A DTypePromotion.cpp410 SmallVector<Instruction *, 4> Users; local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp1544 SmallInstructionVector Users; local
655 collectInLoopUserSet( Instruction *Root, const SmallInstructionSet &Exclude, const SmallInstructionSet &Final, DenseSet<Instruction *> &Users) argument
691 collectInLoopUserSet( const SmallInstructionVector &Roots, const SmallInstructionSet &Exclude, const SmallInstructionSet &Final, DenseSet<Instruction *> &Users) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h245 SmallVector<std::pair<ReadState *, int>, 4> Users; member in class:llvm::mca::WriteState
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1572 SmallVector<Instruction *, 8> Users; local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2844 SmallVector<WeakTrackingVH, 64> Users; local
2707 isAllocSiteRemovable(Instruction *AI, SmallVectorImpl<WeakTrackingVH> &Users, const TargetLibraryInfo &TLI) argument
[all...]

Completed in 354 milliseconds