Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1626 Value *MemoryRuntimeCheck = nullptr; in addRuntimeChecks() local
1658 if (MemoryRuntimeCheck) { in addRuntimeChecks()
1660 ChkBuilder.CreateOr(MemoryRuntimeCheck, IsConflict, "conflict.rdx"); in addRuntimeChecks()
1662 MemoryRuntimeCheck = IsConflict; in addRuntimeChecks()
1665 return MemoryRuntimeCheck; in addRuntimeChecks()
1677 Value *MemoryRuntimeCheck = nullptr; in addDiffRuntimeChecks() local
1696 if (MemoryRuntimeCheck) { in addDiffRuntimeChecks()
1698 ChkBuilder.CreateOr(MemoryRuntimeCheck, IsConflict, "conflict.rdx"); in addDiffRuntimeChecks()
1700 MemoryRuntimeCheck = IsConflict; in addDiffRuntimeChecks()
1703 return MemoryRuntimeCheck; in addDiffRuntimeChecks()