/llvm-project/llvm/lib/IR/ |
H A D | Dominators.cpp | 123 Instruction *UserInst = cast<Instruction>(U.getUser()); in dominates() local 251 Instruction *UserInst = cast<Instruction>(U.getUser()); in dominates() local 276 Instruction *UserInst = cast<Instruction>(U.getUser()); in dominates() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | UnifyLoopExits.cpp | 97 auto UserInst = cast<Instruction>(U.getUser()); INITIALIZE_PASS_DEPENDENCY() local
|
H A D | LoopRotationUtils.cpp | 138 Instruction *UserInst = cast<Instruction>(U.getUser()); in RewriteUsesOfClonedInstructions() local 986 auto *UserInst = cast<Instruction>(UseI); in shouldSpeculateInstrs() local
|
H A D | CodeMoverUtils.cpp | 339 if (auto *UserInst = dyn_cast<Instruction>(U.getUser())) { in isSafeToMoveBefore() local
|
H A D | ModuleUtils.cpp | 417 Instruction *UserInst = dyn_cast<Instruction>(User); lowerGlobalIFuncUsersAsGlobalCtor() local
|
H A D | PromoteMemoryToRegister.cpp | 542 if (UserInst == OnlyStore) in rewriteSingleStoreAlloca() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 197 getUserBasicBlock(Use & U,Instruction * UserInst) getUserBasicBlock() argument 221 Instruction *UserInst = cast<Instruction>(User); isDestBBSuitableForSink() local
|
/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCOpts.cpp | 2210 const Instruction *UserInst = cast<Instruction>(U); OptimizeWeakCalls() local 2222 CallInst *UserInst = cast<CallInst>(U); OptimizeWeakCalls() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 1257 Instruction *UserInst = nullptr; global() member 2086 Instruction *UserInst; global() member 3140 ChainInstruction(Instruction * UserInst,Instruction * IVOper,SmallVectorImpl<ChainUsers> & ChainUsersVec) ChainInstruction() argument 3354 canFoldIVIncExpr(const SCEV * IncExpr,Instruction * UserInst,Value * Operand,const TargetTransformInfo & TTI) canFoldIVIncExpr() argument 3526 Instruction *UserInst = U.getUser(); CollectFixupsAndInitialFormulae() local 3733 const Instruction *UserInst = dyn_cast<Instruction>(U.getUser()); CollectLoopInvariantFixupsAndFormulae() local [all...] |
/llvm-project/polly/lib/Transform/ |
H A D | DeLICM.cpp | 578 auto UserInst = cast<Instruction>(User); in isMappable() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 5053 Instruction *UserInst = cast<Instruction>(User); run() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 900 doesInTreeUserNeedToExtract(Value * Scalar,Instruction * UserInst,TargetLibraryInfo * TLI) doesInTreeUserNeedToExtract() argument 5840 Instruction *UserInst = dyn_cast<Instruction>(U); buildExternalUses() local [all...] |