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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorizationPlanner.h 94 void restoreIP(VPInsertPoint IP) {
170 ~InsertPointGuard() { Builder.restoreIP(VPInsertPoint(Block, Point)); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h 283 void restoreIP(InsertPoint IP) {
382 Builder.restoreIP(InsertPoint(Block, Point));

Completed in 26 milliseconds