HomeSort by relevance Sort by last modified time
    Searched defs:InsertPointGuard (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorizationPlanner.h 148 class InsertPointGuard {
154 InsertPointGuard(VPBuilder &B)
157 InsertPointGuard(const InsertPointGuard &) = delete;
158 InsertPointGuard &operator=(const InsertPointGuard &) = delete;
160 ~InsertPointGuard() { Builder.restoreIP(VPInsertPoint(Block, Point)); }
  /external/llvm/include/llvm/IR/
IRBuilder.h 210 class InsertPointGuard {
216 InsertPointGuard(const InsertPointGuard &) = delete;
217 InsertPointGuard &operator=(const InsertPointGuard &) = delete;
220 InsertPointGuard(IRBuilderBase &B)
224 ~InsertPointGuard() {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
IRBuilder.h 228 class InsertPointGuard {
235 InsertPointGuard(IRBuilderBase &B)
239 InsertPointGuard(const InsertPointGuard &) = delete;
240 InsertPointGuard &operator=(const InsertPointGuard &) = delete;
242 ~InsertPointGuard() {
    [all...]

Completed in 77 milliseconds