Home
last modified time | relevance | path

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

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