Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp44 AliasChecks(Checks.begin(), Checks.end()), in LoopVersioning()
68 RuntimeCheckBB->getTerminator(), VersionedLoop, AliasChecks, Exp2); in versionLoop()
206 for (const auto &Check : AliasChecks) in prepareNoAliasMetadata()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopVersioning.h123 SmallVector<RuntimePointerCheck, 4> AliasChecks; variable