Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp56 Value *SCEVRuntimeCheck; in versionLoop() local
71 SCEVRuntimeCheck = in versionLoop()
77 if (MemRuntimeCheck && SCEVRuntimeCheck) { in versionLoop()
80 Builder.CreateOr(MemRuntimeCheck, SCEVRuntimeCheck, "lver.safe"); in versionLoop()
82 RuntimeCheck = MemRuntimeCheck ? MemRuntimeCheck : SCEVRuntimeCheck; in versionLoop()