Home
last modified time | relevance | path

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

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