Home
last modified time | relevance | path

Searched defs:DefsUsedOutside (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp49 const SmallVectorImpl<Instruction *> &DefsUsedOutside) { in versionLoop()
119 const SmallVectorImpl<Instruction *> &DefsUsedOutside) { in addPHINodes()
/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp735 auto DefsUsedOutside = findDefsUsedOutsideOfLoop(L); in processLoop() local