Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h297 MapVector<Instruction *, Instruction *> &getSinkAfter() { return SinkAfter; } in getSinkAfter() function
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8685 MapVector<Instruction *, Instruction *> &SinkAfter = Legal->getSinkAfter(); in buildVPlansWithVPRecipes()
8692 for (auto &P : Legal->getSinkAfter()) { in buildVPlansWithVPRecipes()