Searched defs:LIP (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/lib/CodeGen/ |
H A D | SplitKit.cpp | 70 std::pair<SlotIndex, SlotIndex> &LIP = LastInsertPoint[Num]; computeLastInsertPoint() local 145 SlotIndex LIP = getLastInsertPoint(CurLI, MBB); getLastInsertPointIter() local [all...] |
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 1247 createInvariantCond(const Loop * L,BasicBlock * ExitingBB,const ScalarEvolution::LoopInvariantPredicate & LIP,SCEVExpander & Rewriter) createInvariantCond() argument 1310 auto LIP = SE->getLoopInvariantExitCondDuringFirstIterations(Pred, LHSS, RHSS, createReplacement() local [all...] |
H A D | LoopInterchange.cpp | 515 LoopInterchangeProfitability LIP(OuterLoop, InnerLoop, SE, ORE); processLoop() local
|
H A D | LICM.cpp | 1846 LoopPromoter(Value * SP,ArrayRef<const Instruction * > Insts,SSAUpdater & S,SmallVectorImpl<BasicBlock * > & LEB,SmallVectorImpl<BasicBlock::iterator> & LIP,SmallVectorImpl<MemoryAccess * > & MSSAIP,PredIteratorCache & PIC,MemorySSAUpdater & MSSAU,LoopInfo & li,DebugLoc dl,Align Alignment,bool UnorderedAtomic,const AAMDNodes & AATags,ICFLoopSafetyInfo & SafetyInfo,bool CanInsertStoresInExitBlocks) LoopPromoter() argument
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 221 auto LIP = SE->getLoopInvariantPredicate(Pred, S, X, L, ICmp); in makeIVComparisonInvariant() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 11142 if (auto LIP = getLoopInvariantExitCondDuringFirstIterationsImpl( getLoopInvariantExitCondDuringFirstIterations() local 11152 if (auto LIP = getLoopInvariantExitCondDuringFirstIterationsImpl( getLoopInvariantExitCondDuringFirstIterations() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 7715 auto *LIP = std::next(I, LastIter); EmitOMPTaskLoopBasedDirective() local
|