Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7665 InstructionCost createFreeze(InstructionCost Cost) { return Cost; } createFreeze() function in BoUpSLP::ShuffleCostEstimator
10438 Value *createFreeze(Value *V) { return Builder.CreateFreeze(V); } createFreeze() function in BoUpSLP::ShuffleInstructionBuilder