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

/external/llvm/include/llvm/Transforms/Utils/
H A DLoopVersioning.h63 void versionLoop(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
106 void addPHINodes(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
/external/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp56 const SmallVectorImpl<Instruction *> &DefsUsedOutside) {
121 addPHINodes(DefsUsedOutside);
125 const SmallVectorImpl<Instruction *> &DefsUsedOutside) {
130 // First add a single-operand PHI for each DefsUsedOutside if one does not
132 for (auto *Inst : DefsUsedOutside) {
55 versionLoop( const SmallVectorImpl<Instruction *> &DefsUsedOutside) argument
124 addPHINodes( const SmallVectorImpl<Instruction *> &DefsUsedOutside) argument
/external/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp667 auto DefsUsedOutside = findDefsUsedOutsideOfLoop(L); local
668 for (auto *Inst : DefsUsedOutside)
726 LVer.versionLoop(DefsUsedOutside);

Completed in 119 milliseconds