Searched refs:MemoryRuntimeCheck (Results 1 – 1 of 1) sorted by relevance
2218 Value *MemoryRuntimeCheck = nullptr; in addRuntimeChecks() local2253 if (MemoryRuntimeCheck) { in addRuntimeChecks()2255 ChkBuilder.CreateOr(MemoryRuntimeCheck, IsConflict, "conflict.rdx"); in addRuntimeChecks()2258 MemoryRuntimeCheck = IsConflict; in addRuntimeChecks()2261 if (!MemoryRuntimeCheck) in addRuntimeChecks()2267 Instruction *Check = BinaryOperator::CreateAnd(MemoryRuntimeCheck, in addRuntimeChecks()