HomeSort by relevance Sort by last modified time
    Searched refs:NoFolder (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/IR/
NoFolder.h 1 //===- NoFolder.h - Constant folding helper ---------------------*- C++ -*-===//
10 // This file defines the NoFolder class, a helper for IRBuilder. It provides
31 /// NoFolder - Create "constants" (actually, instructions) with no folding.
32 class NoFolder {
34 explicit NoFolder() {}
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 23 #include "llvm/IR/NoFolder.h"
79 IRBuilder<true,NoFolder> Builder(Instr);
  /art/compiler/llvm/
ir_builder.h 32 #include <llvm/Support/NoFolder.h>
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 18 #include "llvm/IR/NoFolder.h"
202 IRBuilder<true, NoFolder> Builder(BB);
PatternMatch.cpp 22 #include "llvm/IR/NoFolder.h"
38 IRBuilder<true, NoFolder> IRB;
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 38 #include "llvm/IR/NoFolder.h"
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 34 #include "llvm/IR/NoFolder.h"
    [all...]

Completed in 184 milliseconds