Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1762 Value *MemoryRuntimeCheck = nullptr; in addRuntimeChecks() local
1798 if (MemoryRuntimeCheck) { in addRuntimeChecks()
1800 ChkBuilder.CreateOr(MemoryRuntimeCheck, IsConflict, "conflict.rdx"); in addRuntimeChecks()
1802 MemoryRuntimeCheck = IsConflict; in addRuntimeChecks()
1805 return MemoryRuntimeCheck; in addRuntimeChecks()
1817 Value *MemoryRuntimeCheck = nullptr; in addDiffRuntimeChecks() local
1844 if (MemoryRuntimeCheck) { in addDiffRuntimeChecks()
1846 ChkBuilder.CreateOr(MemoryRuntimeCheck, IsConflict, "conflict.rdx"); in addDiffRuntimeChecks()
1848 MemoryRuntimeCheck = IsConflict; in addDiffRuntimeChecks()
1851 return MemoryRuntimeCheck; in addDiffRuntimeChecks()