Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h158 BasicBlock::iterator GetInsertPoint() const { return Point; } in GetInsertPoint() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp648 auto GetInsertPoint = [this](Value *A, Value *B) { in InsertParallelMACs() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h179 BasicBlock::iterator GetInsertPoint() const { return InsertPt; } in GetInsertPoint() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3412 auto GetInsertPoint = [this, &B]() { in emitTransformedIndex() local