Home
last modified time | relevance | path

Searched refs:DefsUsedOutside (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLoopVersioning.h67 void versionLoop(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
103 void addPHINodes(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp51 const SmallVectorImpl<Instruction *> &DefsUsedOutside) { in versionLoop() argument
123 addPHINodes(DefsUsedOutside); in versionLoop()
132 const SmallVectorImpl<Instruction *> &DefsUsedOutside) { in addPHINodes() argument
139 for (auto *Inst : DefsUsedOutside) { in addPHINodes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp740 auto DefsUsedOutside = findDefsUsedOutsideOfLoop(L); in processLoop() local
741 for (auto *Inst : DefsUsedOutside) in processLoop()
819 LVer.versionLoop(DefsUsedOutside); in processLoop()