Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp57 const SmallVectorImpl<Instruction *> &DefsUsedOutside) { in versionLoop()
126 const SmallVectorImpl<Instruction *> &DefsUsedOutside) { in addPHINodes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp739 auto DefsUsedOutside = findDefsUsedOutsideOfLoop(L); in processLoop() local