Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h145 BasicBlock::iterator GetInsertPoint() const { return Point; } GetInsertPoint() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp647 auto GetInsertPoint = [this](Value *A, Value *B) { InsertParallelMACs() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h175 BasicBlock::iterator GetInsertPoint() const { return InsertPt; } GetInsertPoint() function