Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLoopVersioning.h63 void versionLoop() { versionLoop(findDefsUsedOutsideOfLoop(VersionedLoop)); } in versionLoop() function
67 void versionLoop(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp50 void LoopVersioning::versionLoop( in versionLoop() function in LoopVersioning
285 LVer.versionLoop(); in runImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp627 LVer.versionLoop(); in runOnLoop()
H A DLoopLoadElimination.cpp567 LV.versionLoop(); in processLoop()
H A DLoopDistribute.cpp819 LVer.versionLoop(DefsUsedOutside); in processLoop()