Home
last modified time | relevance | path

Searched refs:InsertLoc (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp321 ArrayRef<unsigned> InsertLoc = IVI->getIndices(); in getNoopInput() local
322 if (ValLoc.size() >= InsertLoc.size() && in getNoopInput()
323 std::equal(InsertLoc.begin(), InsertLoc.end(), ValLoc.rbegin())) { in getNoopInput()
327 ValLoc.resize(ValLoc.size() - InsertLoc.size()); in getNoopInput()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnrollAndJam.cpp118 Instruction *InsertLoc, in moveHeaderPhiOperandsToForeBlocks() argument
131 BasicBlock *InsertLocBB = InsertLoc->getParent(); in moveHeaderPhiOperandsToForeBlocks()
134 I->moveBefore(InsertLoc); in moveHeaderPhiOperandsToForeBlocks()