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

1 2 3 4

  /external/swiftshader/third_party/LLVM/include/llvm/
Function.h 341 const BasicBlock &getEntryBlock() const { return front(); }
342 BasicBlock &getEntryBlock() { return front(); }
  /dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java 257 public SsaBasicBlock getEntryBlock() {
351 reachableUnvisited.set(getEntryBlock().getIndex());
743 SsaBasicBlock rootBlock = reverse ? getExitBlock() : getEntryBlock();
782 stack.add(getEntryBlock());
  /external/llvm/include/llvm/IR/
Function.h 490 const BasicBlock &getEntryBlock() const { return front(); }
491 BasicBlock &getEntryBlock() { return front(); }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Function.h 515 const BasicBlock &getEntryBlock() const { return front(); }
516 BasicBlock &getEntryBlock() { return front(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Function.h 524 const BasicBlock &getEntryBlock() const { return front(); }
525 BasicBlock &getEntryBlock() { return front(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Function.h 564 const BasicBlock &getEntryBlock() const { return front(); }
565 BasicBlock &getEntryBlock() { return front(); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Function.h 564 const BasicBlock &getEntryBlock() const { return front(); }
565 BasicBlock &getEntryBlock() { return front(); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Function.h 572 const BasicBlock &getEntryBlock() const { return front(); }
573 BasicBlock &getEntryBlock() { return front(); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Function.h 572 const BasicBlock &getEntryBlock() const { return front(); }
573 BasicBlock &getEntryBlock() { return front(); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Function.h 572 const BasicBlock &getEntryBlock() const { return front(); }
573 BasicBlock &getEntryBlock() { return front(); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Function.h 572 const BasicBlock &getEntryBlock() const { return front(); }
573 BasicBlock &getEntryBlock() { return front(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Function.h 524 const BasicBlock &getEntryBlock() const { return front(); }
525 BasicBlock &getEntryBlock() { return front(); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Function.h 564 const BasicBlock &getEntryBlock() const { return front(); }
565 BasicBlock &getEntryBlock() { return front(); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Function.h 564 const BasicBlock &getEntryBlock() const { return front(); }
565 BasicBlock &getEntryBlock() { return front(); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Function.h 572 const BasicBlock &getEntryBlock() const { return front(); }
573 BasicBlock &getEntryBlock() { return front(); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Function.h 572 const BasicBlock &getEntryBlock() const { return front(); }
573 BasicBlock &getEntryBlock() { return front(); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Function.h 572 const BasicBlock &getEntryBlock() const { return front(); }
573 BasicBlock &getEntryBlock() { return front(); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Function.h 572 const BasicBlock &getEntryBlock() const { return front(); }
573 BasicBlock &getEntryBlock() { return front(); }
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
spvIR.h 276 Block* getEntryBlock() const { return blocks.front(); }
  /external/llvm/lib/Target/Hexagon/
RDFGraph.cpp 558 NodeAddr<BlockNode*> FuncNode::getEntryBlock(const DataFlowGraph &G) {
947 NodeAddr<BlockNode*> EA = Func.Addr->getEntryBlock(*this);
    [all...]
  /external/error_prone/checkerframework/
dataflow-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/checkerframework/dataflow/1.8.10/
dataflow-1.8.10.jar 
  /prebuilts/tools/common/m2/repository/org/checkerframework/dataflow/2.1.14/
dataflow-2.1.14.jar 
  /prebuilts/tools/common/m2/repository/org/checkerframework/dataflow/2.2.2/
dataflow-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/uber/nullaway/nullaway/0.2.0/
nullaway-0.2.0.jar 

Completed in 849 milliseconds

1 2 3 4