Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp543 addStringMetadataToLoop(LVer.getVersionedLoop(), LICMVersioningMetaData); in runOnLoop()
545 addStringMetadataToLoop(LVer.getVersionedLoop(), in runOnLoop()
548 setNoAliasToLoop(LVer.getVersionedLoop()); in runOnLoop()
/external/llvm/include/llvm/Transforms/Utils/
DLoopVersioning.h68 Loop *getVersionedLoop() { return VersionedLoop; } in getVersionedLoop() function