Searched refs:MemoryRuntimeCheck (Results 1 – 1 of 1) sorted by relevance
2156 Value *MemoryRuntimeCheck = nullptr; in addRuntimeChecks() local2191 if (MemoryRuntimeCheck) { in addRuntimeChecks()2193 ChkBuilder.CreateOr(MemoryRuntimeCheck, IsConflict, "conflict.rdx"); in addRuntimeChecks()2196 MemoryRuntimeCheck = IsConflict; in addRuntimeChecks()2199 if (!MemoryRuntimeCheck) in addRuntimeChecks()2205 Instruction *Check = BinaryOperator::CreateAnd(MemoryRuntimeCheck, in addRuntimeChecks()