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

  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 80 IRBuilder<>::InsertPointGuard Guard(*Builder);
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 271 IRBuilder<>::InsertPointGuard Guard(Builder);
  /external/llvm/include/llvm/IR/
IRBuilder.h 188 class InsertPointGuard {
194 InsertPointGuard(const InsertPointGuard &) = delete;
195 InsertPointGuard &operator=(const InsertPointGuard &) = delete;
198 InsertPointGuard(IRBuilderBase &B)
202 ~InsertPointGuard() {
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 201 BuilderType::InsertPointGuard Guard(Builder);
528 BuilderType::InsertPointGuard Guard(Builder);
    [all...]
MemoryBuiltins.cpp 639 BuilderTy::InsertPointGuard Guard(Builder);
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 320 IRBuilder<>::InsertPointGuard Guard(Builder);
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 429 CGBuilderTy::InsertPointGuard IPG(CGF.Builder);
494 CGBuilderTy::InsertPointGuard IPG(CGF.Builder);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp     [all...]

Completed in 731 milliseconds