Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp708 Value *&UncomputablePtr, bool ShouldCheckWrap = false);
1130 Value *&UncomputablePtr, bool ShouldCheckWrap) { in canCheckPtrAtRT() argument
1222 UncomputablePtr = Access.getPointer(); in canCheckPtrAtRT()
2627 Value *UncomputablePtr = nullptr; in analyzeLoop() local
2630 SymbolicStrides, UncomputablePtr, false); in analyzeLoop()
2632 auto *I = dyn_cast_or_null<Instruction>(UncomputablePtr); in analyzeLoop()
2659 UncomputablePtr = nullptr; in analyzeLoop()
2661 *PtrRtChecking, SE, TheLoop, SymbolicStrides, UncomputablePtr, true); in analyzeLoop()
2665 auto *I = dyn_cast_or_null<Instruction>(UncomputablePtr); in analyzeLoop()