HomeSort by: relevance | last modified time | path
    Searched defs:getPoint (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 149 MachineBasicBlock::iterator getPoint() {
166 /// MachineBasicBlock::insert and ::getPoint. The new code should
179 /// Insert \p MI in the just before ::getPoint()
181 return getInsertMBB().insert(getPoint(), &MI);
185 /// As soon as ::getPoint is called and thus, the point
198 /// As soon as ::getPoint is called and thus, the point materialized
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorizationPlanner.h 90 VPBasicBlock::iterator getPoint() const { return Point; }
96 setInsertPoint(IP.getBlock(), IP.getPoint());
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h 267 BasicBlock::iterator getPoint() const { return Point; }
285 SetInsertPoint(IP.getBlock(), IP.getPoint());

Completed in 25 milliseconds