Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h523 DenseMap<Instruction *, Instruction *> SinkAfter; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp718 DenseMap<Instruction *, Instruction *> &SinkAfter, DominatorTree *DT) { in isFirstOrderRecurrence() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8985 DenseMap<Instruction *, Instruction *> &SinkAfter = Legal->getSinkAfter(); in buildVPlansWithVPRecipes() local
9001 const DenseMap<Instruction *, Instruction *> &SinkAfter) { in buildVPlanWithVPRecipes() argument