Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h158 std::optional<unsigned> getScalingForReduction(const Instruction *ExitInst) { in getScalingForReduction() argument
159 auto It = ScaledReductionMap.find(ExitInst); in getScalingForReduction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp1266 Instruction *ExitInst = dyn_cast<Instruction>(E); in peelLoop() local
1267 if (ExitInst && L->contains(ExitInst)) in peelLoop()
1268 P->replaceAllUsesWith(&*VMap[ExitInst]); in peelLoop()