Home
last modified time | relevance | path

Searched defs:IndVar (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp185 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 DInductiveRangeCheckElimination.cpp652 computeSafeIterationSpace(ScalarEvolution & SE,const SCEVAddRecExpr * IndVar,bool IsLatchSigned) const computeSafeIterationSpace() argument
1024 const SCEVAddRecExpr *IndVar = run() local
[all...]
H A DIndVarSimplify.cpp916 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 DTargetInstrInfo.h830 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 DOMPIRBuilder.cpp2039 __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 DOpenMPIRBuilderTest.cpp1334 Instruction *IndVar = Loop->getIndVar(); TEST_F() local
/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2078 __anonfdc450d20f02(llvm::OpenMPIRBuilder::InsertPointTy CodeGenIP, llvm::Value *IndVar) EmitOMPCanonicalLoop() argument