Searched refs:MemoryRuntimeCheck (Results 1 – 1 of 1) sorted by relevance
1974 Value *MemoryRuntimeCheck = nullptr; in addRuntimeChecks() local2009 if (MemoryRuntimeCheck) { in addRuntimeChecks()2011 ChkBuilder.CreateOr(MemoryRuntimeCheck, IsConflict, "conflict.rdx"); in addRuntimeChecks()2013 MemoryRuntimeCheck = IsConflict; in addRuntimeChecks()2016 return MemoryRuntimeCheck; in addRuntimeChecks()2027 Value *MemoryRuntimeCheck = nullptr; in addDiffRuntimeChecks() local2054 if (MemoryRuntimeCheck) { in addDiffRuntimeChecks()2056 ChkBuilder.CreateOr(MemoryRuntimeCheck, IsConflict, "conflict.rdx"); in addDiffRuntimeChecks()2058 MemoryRuntimeCheck = IsConflict; in addDiffRuntimeChecks()2061 return MemoryRuntimeCheck; in addDiffRuntimeChecks()