Searched refs:MemoryRuntimeCheck (Results 1 – 1 of 1) sorted by relevance
1626 Value *MemoryRuntimeCheck = nullptr; in addRuntimeChecks() local1658 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() local1696 if (MemoryRuntimeCheck) { in addDiffRuntimeChecks()1698 ChkBuilder.CreateOr(MemoryRuntimeCheck, IsConflict, "conflict.rdx"); in addDiffRuntimeChecks()1700 MemoryRuntimeCheck = IsConflict; in addDiffRuntimeChecks()1703 return MemoryRuntimeCheck; in addDiffRuntimeChecks()