Searched defs:GetInsertPoint (Results 1 – 12 of 12) sorted by relevance
118 BasicBlock::iterator GetInsertPoint() const { return Point; } in GetInsertPoint() function
129 BasicBlock::iterator GetInsertPoint() const { return Point; } in GetInsertPoint() function
153 BasicBlock::iterator GetInsertPoint() const { return Point; } in GetInsertPoint() function
559 InsertionPointTy GetInsertPoint() { return insert_before_; } in GetInsertPoint() function
657 auto GetInsertPoint = [this](Value *A, Value *B) { in InsertParallelMACs() local
652 auto GetInsertPoint = [this](Value *A, Value *B) { in InsertParallelMACs() local
104 BasicBlock::iterator GetInsertPoint() const { return InsertPt; } in GetInsertPoint() function
156 BasicBlock::iterator GetInsertPoint() const { return InsertPt; } in GetInsertPoint() function
127 BasicBlock::iterator GetInsertPoint() const { return InsertPt; } in GetInsertPoint() function
3237 auto GetInsertPoint = [this, &B]() { in emitTransformedIndex() local