Home
last modified time | relevance | path

Searched defs:UserInst (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/lib/IR/
H A DDominators.cpp123 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 DUnifyLoopExits.cpp97 auto UserInst = cast<Instruction>(U.getUser()); INITIALIZE_PASS_DEPENDENCY() local
H A DLoopRotationUtils.cpp138 Instruction *UserInst = cast<Instruction>(U.getUser()); in RewriteUsesOfClonedInstructions() local
986 auto *UserInst = cast<Instruction>(UseI); in shouldSpeculateInstrs() local
H A DCodeMoverUtils.cpp339 if (auto *UserInst = dyn_cast<Instruction>(U.getUser())) { in isSafeToMoveBefore() local
H A DModuleUtils.cpp417 Instruction *UserInst = dyn_cast<Instruction>(User); lowerGlobalIFuncUsersAsGlobalCtor() local
H A DPromoteMemoryToRegister.cpp542 if (UserInst == OnlyStore) in rewriteSingleStoreAlloca() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp197 getUserBasicBlock(Use & U,Instruction * UserInst) getUserBasicBlock() argument
221 Instruction *UserInst = cast<Instruction>(User); isDestBBSuitableForSink() local
/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp2210 const Instruction *UserInst = cast<Instruction>(U); OptimizeWeakCalls() local
2222 CallInst *UserInst = cast<CallInst>(U); OptimizeWeakCalls() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1257 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 DDeLICM.cpp578 auto UserInst = cast<Instruction>(User); in isMappable() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5053 Instruction *UserInst = cast<Instruction>(User); run() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp900 doesInTreeUserNeedToExtract(Value * Scalar,Instruction * UserInst,TargetLibraryInfo * TLI) doesInTreeUserNeedToExtract() argument
5840 Instruction *UserInst = dyn_cast<Instruction>(U); buildExternalUses() local
[all...]