Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h449 DenseMap<Instruction *, Instruction *> SinkAfter; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp608 DenseMap<Instruction *, Instruction *> &SinkAfter, DominatorTree *DT) { in isFirstOrderRecurrence() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp6944 DenseMap<Instruction *, Instruction *> &SinkAfter = Legal->getSinkAfter(); in buildVPlanWithVPRecipes() local