Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp561 addStringMetadataToLoop(LVer.getVersionedLoop(), LICMVersioningMetaData); in run()
565 addStringMetadataToLoop(LVer.getVersionedLoop(), in run()
568 setNoAliasToLoop(LVer.getVersionedLoop()); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopVersioning.h73 Loop *getVersionedLoop() { return VersionedLoop; } in getVersionedLoop() function