Home
last modified time | relevance | path

Searched defs:SinkAfter (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h442 DenseMap<Instruction *, Instruction *> SinkAfter; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp672 DenseMap<Instruction *, Instruction *> &SinkAfter, DominatorTree *DT) { in isFirstOrderRecurrence() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp7121 DenseMap<Instruction *, Instruction *> &SinkAfter = Legal->getSinkAfter(); in buildVPlansWithVPRecipes() local
7137 const DenseMap<Instruction *, Instruction *> &SinkAfter) { in buildVPlanWithVPRecipes() argument