Searched refs:MemoryRuntimeCheck (Results 1 – 1 of 1) sorted by relevance
1908 Value *MemoryRuntimeCheck = nullptr; in addRuntimeChecks() local1943 if (MemoryRuntimeCheck) { in addRuntimeChecks()1945 ChkBuilder.CreateOr(MemoryRuntimeCheck, IsConflict, "conflict.rdx"); in addRuntimeChecks()1947 MemoryRuntimeCheck = IsConflict; in addRuntimeChecks()1950 return MemoryRuntimeCheck; in addRuntimeChecks()1962 Value *MemoryRuntimeCheck = nullptr; in addDiffRuntimeChecks() local1989 if (MemoryRuntimeCheck) { in addDiffRuntimeChecks()1991 ChkBuilder.CreateOr(MemoryRuntimeCheck, IsConflict, "conflict.rdx"); in addDiffRuntimeChecks()1993 MemoryRuntimeCheck = IsConflict; in addDiffRuntimeChecks()1996 return MemoryRuntimeCheck; in addDiffRuntimeChecks()