Home
last modified time | relevance | path

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

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