Searched defs:IndVar (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/lib/Analysis/ |
H A D | LoopInfo.cpp | 185 static Value *findFinalIVValue(const Loop &L, const PHINode &IndVar, in findFinalIVValue() argument 203 Loop::LoopBounds::getBounds(const Loop &L, PHINode &IndVar, in getBounds() argument 289 if (PHINode *IndVar = getInductionVariable(SE)) in getBounds() local 336 if (PHINode *IndVar = getInductionVariable(SE)) getInductionDescriptor() local [all...] |
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | InductiveRangeCheckElimination.cpp | 652 computeSafeIterationSpace(ScalarEvolution & SE,const SCEVAddRecExpr * IndVar,bool IsLatchSigned) const computeSafeIterationSpace() argument 1024 const SCEVAddRecExpr *IndVar = run() local [all...] |
H A D | IndVarSimplify.cpp | 916 assert(isLoopCounter(IndVar, L, SE)); in genLoopLimit() argument 953 linearFunctionTestReplace(Loop * L,BasicBlock * ExitingBB,const SCEV * ExitCount,PHINode * IndVar,SCEVExpander & Rewriter) linearFunctionTestReplace() argument 2003 PHINode *IndVar = FindLoopCounter(L, ExitingBB, ExitCount, SE, DT); run() local [all...] |
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 830 reduceLoopCount(MachineBasicBlock & MBB,MachineBasicBlock & PreHeader,MachineInstr * IndVar,MachineInstr & Cmp,SmallVectorImpl<MachineOperand> & Cond,SmallVectorImpl<MachineInstr * > & PrevInsts,unsigned Iter,unsigned MaxIter) reduceLoopCount() argument
|
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 2039 __anonacd7f01e0c02(InsertPointTy CodeGenIP, Value *IndVar) createSections() argument 3897 Value *IndVar = Builder.CreateAdd(Span, Start); createCanonicalLoop() local 8684 Instruction *IndVar = getIndVar(); assertOK() local [all...] |
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPIRBuilderTest.cpp | 1334 Instruction *IndVar = Loop->getIndVar(); TEST_F() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 2078 __anonfdc450d20f02(llvm::OpenMPIRBuilder::InsertPointTy CodeGenIP, llvm::Value *IndVar) EmitOMPCanonicalLoop() argument
|