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