Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1627 Value *MemoryRuntimeCheck = nullptr; in addRuntimeChecks() local
1659 if (MemoryRuntimeCheck) { in addRuntimeChecks()
1661 ChkBuilder.CreateOr(MemoryRuntimeCheck, IsConflict, "conflict.rdx"); in addRuntimeChecks()
1663 MemoryRuntimeCheck = IsConflict; in addRuntimeChecks()
1666 return MemoryRuntimeCheck; in addRuntimeChecks()
1679 Value *MemoryRuntimeCheck = nullptr; in addDiffRuntimeChecks() local
1698 if (MemoryRuntimeCheck) { in addDiffRuntimeChecks()
1700 ChkBuilder.CreateOr(MemoryRuntimeCheck, IsConflict, "conflict.rdx"); in addDiffRuntimeChecks()
1702 MemoryRuntimeCheck = IsConflict; in addDiffRuntimeChecks()
1705 return MemoryRuntimeCheck; in addDiffRuntimeChecks()