Searched refs:MemoryRuntimeCheck (Results 1 – 1 of 1) sorted by relevance
1762 Value *MemoryRuntimeCheck = nullptr; in addRuntimeChecks() local1798 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() local1844 if (MemoryRuntimeCheck) { in addDiffRuntimeChecks()1846 ChkBuilder.CreateOr(MemoryRuntimeCheck, IsConflict, "conflict.rdx"); in addDiffRuntimeChecks()1848 MemoryRuntimeCheck = IsConflict; in addDiffRuntimeChecks()1851 return MemoryRuntimeCheck; in addDiffRuntimeChecks()