Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp705 Value *&UncomputablePtr, bool ShouldCheckWrap = false);
1132 Value *&UncomputablePtr, bool ShouldCheckWrap) { in canCheckPtrAtRT() argument
1226 UncomputablePtr = Access.getPointer(); in canCheckPtrAtRT()
2555 Value *UncomputablePtr = nullptr; in analyzeLoop() local
2558 SymbolicStrides, UncomputablePtr, false); in analyzeLoop()
2560 auto *I = dyn_cast_or_null<Instruction>(UncomputablePtr); in analyzeLoop()
2589 UncomputablePtr = nullptr; in analyzeLoop()
2591 *PtrRtChecking, SE, TheLoop, SymbolicStrides, UncomputablePtr, true); in analyzeLoop()
2595 auto *I = dyn_cast_or_null<Instruction>(UncomputablePtr); in analyzeLoop()