Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h155 BasicBlock::iterator GetInsertPoint() const { return Point; } in GetInsertPoint() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp656 auto GetInsertPoint = [this](Value *A, Value *B) { in InsertParallelMACs() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h179 BasicBlock::iterator GetInsertPoint() const { return InsertPt; } in GetInsertPoint() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3383 auto GetInsertPoint = [this, &B]() { in emitTransformedIndex() local