Home
last modified time | relevance | path

Searched defs:BasicBlock (Results 1 – 25 of 44) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/dfg/
DDFGGraph.h43 struct BasicBlock { struct
44 BasicBlock(unsigned bytecodeBegin, NodeIndex begin, NodeIndex end) in BasicBlock() function
51 static inline BlockIndex getBytecodeBegin(BasicBlock* block) in getBytecodeBegin() argument
56 unsigned bytecodeBegin;
57 NodeIndex begin;
58 NodeIndex end;
/external/javassist/src/main/javassist/bytecode/stackmap/
DBasicBlock.java28 public class BasicBlock { class
35 protected BasicBlock(int pos) { in BasicBlock() method in BasicBlock
/external/llvm/include/llvm/Transforms/Utils/
DFunctionUtils.h20 class BasicBlock; variable
DLocal.h21 class BasicBlock; variable
DSSAUpdater.h19 class BasicBlock; variable
DCloning.h34 class BasicBlock; variable
/external/llvm/include/llvm/Transforms/
DIPO.h25 class BasicBlock; variable
/external/llvm/lib/Transforms/Instrumentation/
DProfilingUtils.h21 class BasicBlock; variable
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h25 class BasicBlock; variable
DFunctionLoweringInfo.h38 class BasicBlock; variable
/external/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp78 SmallVector<BasicBlock*, 4>& exitingBlocks, in IsLoopDead()
DSimplifyCFGPass.cpp110 SmallPtrSet<BasicBlock*, 128> &Reachable) { in MarkAliveBlocks()
/external/llvm/include/llvm/Assembly/
DAssemblyAnnotationWriter.h23 class BasicBlock; variable
/external/llvm/include/llvm/Analysis/
DProfileInfoLoader.h27 class BasicBlock; variable
DInterval.h28 class BasicBlock; variable
DDIBuilder.h23 class BasicBlock; variable
DTrace.h25 class BasicBlock; variable
DInlineCost.h28 class BasicBlock; variable
DProfileInfo.h36 class BasicBlock; variable
DSparsePropagation.h30 class BasicBlock; variable
/external/llvm/include/llvm/
DValueSymbolTable.h24 class BasicBlock; variable
DPass.h36 class BasicBlock; variable
/external/llvm/tools/bugpoint/
DBugDriver.h31 class BasicBlock; variable
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.h27 class BasicBlock; variable
/external/clang/lib/CodeGen/
DCodeGenFunction.h33 class BasicBlock; variable

12