Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h520 MapVector<Instruction *, Instruction *> SinkAfter; variable
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DIVDescriptors.cpp926 MapVector<Instruction *, Instruction *> &SinkAfter, DominatorTree *DT) { in isFixedOrderRecurrence() argument
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8685 MapVector<Instruction *, Instruction *> &SinkAfter = Legal->getSinkAfter(); in buildVPlansWithVPRecipes() local
8819 const MapVector<Instruction *, Instruction *> &SinkAfter) { in buildVPlanWithVPRecipes() argument