Home
last modified time | relevance | path

Searched refs:MemoryRuntimeCheck (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1569 Value *MemoryRuntimeCheck = nullptr; in addRuntimeChecks() local
1615 if (MemoryRuntimeCheck) { in addRuntimeChecks()
1617 ChkBuilder.CreateOr(MemoryRuntimeCheck, IsConflict, "conflict.rdx"); in addRuntimeChecks()
1620 MemoryRuntimeCheck = IsConflict; in addRuntimeChecks()
1623 if (!MemoryRuntimeCheck) in addRuntimeChecks()
1630 BinaryOperator::CreateAnd(MemoryRuntimeCheck, ConstantInt::getTrue(Ctx)); in addRuntimeChecks()