Home
last modified time | relevance | path

Searched refs:UncomputablePtr (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp662 Value *&UncomputablePtr, bool ShouldCheckWrap = false);
989 Value *&UncomputablePtr, bool ShouldCheckWrap) { in canCheckPtrAtRT() argument
1082 UncomputablePtr = Access.getPointer(); in canCheckPtrAtRT()
2339 Value *UncomputablePtr = nullptr; in analyzeLoop() local
2342 SymbolicStrides, UncomputablePtr, false); in analyzeLoop()
2344 auto *I = dyn_cast_or_null<Instruction>(UncomputablePtr); in analyzeLoop()
2373 UncomputablePtr = nullptr; in analyzeLoop()
2375 *PtrRtChecking, SE, TheLoop, SymbolicStrides, UncomputablePtr, true); in analyzeLoop()
2379 auto *I = dyn_cast_or_null<Instruction>(UncomputablePtr); in analyzeLoop()