Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp667 Value *&UncomputablePtr, bool ShouldCheckWrap = false);
1041 Value *&UncomputablePtr, bool ShouldCheckWrap) { in canCheckPtrAtRT() argument
1134 UncomputablePtr = Access.getPointer(); in canCheckPtrAtRT()
2396 Value *UncomputablePtr = nullptr; in analyzeLoop() local
2399 SymbolicStrides, UncomputablePtr, false); in analyzeLoop()
2401 auto *I = dyn_cast_or_null<Instruction>(UncomputablePtr); in analyzeLoop()
2430 UncomputablePtr = nullptr; in analyzeLoop()
2432 *PtrRtChecking, SE, TheLoop, SymbolicStrides, UncomputablePtr, true); in analyzeLoop()
2436 auto *I = dyn_cast_or_null<Instruction>(UncomputablePtr); in analyzeLoop()