HomeSort by relevance Sort by last modified time
    Searched refs:getEntryBlock (Results 1 - 25 of 233) sorted by null

1 2 3 4 5 6 7 8 910

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyInstructions.cpp 52 for (df_iterator<BasicBlock*> DI = df_begin(&F.getEntryBlock()),
53 DE = df_end(&F.getEntryBlock()); DI != DE; ++DI)
DemoteRegToStack.cpp 47 F->getEntryBlock().begin());
125 F->getEntryBlock().begin());
Mem2Reg.cpp 60 BasicBlock &BB = F.getEntryBlock(); // Get the entry node for the function
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerKernelArgs.cpp 145 Instruction *FirstInst = &(Func->getEntryBlock().front());
173 InsertPt = Arg->getParent()->getEntryBlock().begin();
  /external/llvm/include/llvm/IR/
CFG.h 225 static NodeType *getEntryNode(Function *F) { return &F->getEntryBlock(); }
235 static NodeType *getEntryNode(const Function *F) {return &F->getEntryBlock();}
253 return &G.Graph->getEntryBlock();
259 return &G.Graph->getEntryBlock();
  /external/llvm/lib/Analysis/
CFG.cpp 29 const BasicBlock *BB = &F.getEntryBlock();
215 if (BB == &BB->getParent()->getEntryBlock())
229 if (A->getParent() == &A->getParent()->getParent()->getEntryBlock())
231 if (B->getParent() == &A->getParent()->getParent()->getEntryBlock())
EHPersonalities.cpp 53 BasicBlock *EntryBlock = &F.getEntryBlock();
  /external/llvm/lib/Transforms/Instrumentation/
Instrumentation.cpp 40 assert(&BB.getParent()->getEntryBlock() == &BB);
  /external/llvm/unittests/ExecutionEngine/Orc/
IndirectionUtilsTest.cpp 38 auto II = F->getEntryBlock().begin();
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CFG.h 311 static NodeType *getEntryNode(Function *F) { return &F->getEntryBlock(); }
320 static NodeType *getEntryNode(const Function *F) {return &F->getEntryBlock();}
337 return &G.Graph->getEntryBlock();
343 return &G.Graph->getEntryBlock();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CFG.h 211 static NodeRef getEntryNode(Function *F) { return &F->getEntryBlock(); }
228 static NodeRef getEntryNode(const Function *F) { return &F->getEntryBlock(); }
252 return &G.Graph->getEntryBlock();
258 return &G.Graph->getEntryBlock();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CFG.h 211 static NodeRef getEntryNode(Function *F) { return &F->getEntryBlock(); }
228 static NodeRef getEntryNode(const Function *F) { return &F->getEntryBlock(); }
252 return &G.Graph->getEntryBlock();
258 return &G.Graph->getEntryBlock();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CFG.h 211 static NodeRef getEntryNode(Function *F) { return &F->getEntryBlock(); }
228 static NodeRef getEntryNode(const Function *F) { return &F->getEntryBlock(); }
252 return &G.Graph->getEntryBlock();
258 return &G.Graph->getEntryBlock();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CFG.h 211 static NodeRef getEntryNode(Function *F) { return &F->getEntryBlock(); }
228 static NodeRef getEntryNode(const Function *F) { return &F->getEntryBlock(); }
252 return &G.Graph->getEntryBlock();
258 return &G.Graph->getEntryBlock();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CFG.h 211 static NodeRef getEntryNode(Function *F) { return &F->getEntryBlock(); }
228 static NodeRef getEntryNode(const Function *F) { return &F->getEntryBlock(); }
252 return &G.Graph->getEntryBlock();
258 return &G.Graph->getEntryBlock();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CFG.h 211 static NodeRef getEntryNode(Function *F) { return &F->getEntryBlock(); }
228 static NodeRef getEntryNode(const Function *F) { return &F->getEntryBlock(); }
252 return &G.Graph->getEntryBlock();
258 return &G.Graph->getEntryBlock();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CFG.h 211 static NodeRef getEntryNode(Function *F) { return &F->getEntryBlock(); }
228 static NodeRef getEntryNode(const Function *F) { return &F->getEntryBlock(); }
252 return &G.Graph->getEntryBlock();
258 return &G.Graph->getEntryBlock();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CFG.h 211 static NodeRef getEntryNode(Function *F) { return &F->getEntryBlock(); }
228 static NodeRef getEntryNode(const Function *F) { return &F->getEntryBlock(); }
252 return &G.Graph->getEntryBlock();
258 return &G.Graph->getEntryBlock();
  /external/llvm/lib/Transforms/Utils/
DemoteRegToStack.cpp 39 &F->getEntryBlock().front());
121 &F->getEntryBlock().front());
Mem2Reg.cpp 33 BasicBlock &BB = F.getEntryBlock(); // Get the entry node for the function
SimplifyInstructions.cpp 44 for (BasicBlock *BB : depth_first(&F.getEntryBlock()))
  /external/llvm/unittests/Analysis/
BlockFrequencyInfoTest.cpp 65 BasicBlock &BB0 = F->getEntryBlock();
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
EdgeProfiling.cpp 88 IncrementCounterInBlock(&F->getEntryBlock(), i++, Counters);
  /external/llvm/lib/Target/Hexagon/
HexagonOptimizeSZextends.cpp 90 Instruction* First = &F.getEntryBlock().front();
  /external/llvm/lib/Transforms/Scalar/
Reg2Mem.cpp 75 BasicBlock *BBEntry = &F.getEntryBlock();

Completed in 1095 milliseconds

1 2 3 4 5 6 7 8 910