Home
last modified time | relevance | path

Searched defs:InnermostLoop (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h277 const Loop *InnermostLoop; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp849 visitPointers(Value * StartPtr,const Loop & InnermostLoop,function_ref<void (Value *)> AddPointer) visitPointers() argument
1933 getDependenceDistanceStrideAndSize(const AccessAnalysis::MemAccessInfo & A,Instruction * AInst,const AccessAnalysis::MemAccessInfo & B,Instruction * BInst,const DenseMap<Value *,const SCEV * > & Strides,const DenseMap<Value *,SmallVector<const Value *,16>> & UnderlyingObjects,PredicatedScalarEvolution & PSE,const Loop * InnermostLoop) getDependenceDistanceStrideAndSize() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3311 CanonicalLoopInfo *InnermostLoop = Loops.back(); tileLoops() local