Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1908 Value *MemoryRuntimeCheck = nullptr; in addRuntimeChecks() local
1943 if (MemoryRuntimeCheck) { in addRuntimeChecks()
1945 ChkBuilder.CreateOr(MemoryRuntimeCheck, IsConflict, "conflict.rdx"); in addRuntimeChecks()
1947 MemoryRuntimeCheck = IsConflict; in addRuntimeChecks()
1950 return MemoryRuntimeCheck; in addRuntimeChecks()
1962 Value *MemoryRuntimeCheck = nullptr; in addDiffRuntimeChecks() local
1989 if (MemoryRuntimeCheck) { in addDiffRuntimeChecks()
1991 ChkBuilder.CreateOr(MemoryRuntimeCheck, IsConflict, "conflict.rdx"); in addDiffRuntimeChecks()
1993 MemoryRuntimeCheck = IsConflict; in addDiffRuntimeChecks()
1996 return MemoryRuntimeCheck; in addDiffRuntimeChecks()