Searched defs:BasicBlock (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dbasicblock.cc9 BasicBlock::BasicBlock() {} function in class:sandbox::BasicBlock
11 BasicBlock::~BasicBlock() {}
H A Dbasicblock.h14 struct BasicBlock { struct in namespace:sandbox
15 BasicBlock();
16 ~BasicBlock();
26 int (*cmp)(const BasicBlock*, const BasicBlock*, const T& data))
29 bool operator()(const BasicBlock* a, const BasicBlock* b) const {
35 int (*cmp_)(const BasicBlock*, const BasicBlock*, const T&);
25 Less(const T& data, int (*cmp)(const BasicBlock*, const BasicBlock*, const T& data)) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_bb.cpp67 delete reinterpret_cast<BasicBlock *>(BBs.get());
70 BasicBlock::BasicBlock(Function *fn) : cfg(this), dom(this), func(fn) function in class:nv50_ir::BasicBlock
85 BasicBlock::~BasicBlock()
90 BasicBlock *
91 BasicBlock::clone(ClonePolicy<Function>& pol) const
93 BasicBlock *bb = new BasicBlock(pol.context());
103 BasicBlock *ob
[all...]
/external/llvm/lib/IR/
H A DBasicBlock.cpp1 //===-- BasicBlock.cpp - Implement BasicBlock related methods -------------===//
10 // This file implements the BasicBlock class for the IR library.
14 #include "llvm/IR/BasicBlock.h"
27 ValueSymbolTable *BasicBlock::getValueSymbolTable() {
33 LLVMContext &BasicBlock::getContext() const {
39 template class llvm::SymbolTableListTraits<Instruction, BasicBlock>;
42 BasicBlock::BasicBlock(LLVMContext &C, const Twine &Name, Function *NewParent, function in class:BasicBlock
43 BasicBlock *InsertBefor
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_bb.cpp67 delete reinterpret_cast<BasicBlock *>(BBs.get());
70 BasicBlock::BasicBlock(Function *fn) : cfg(this), dom(this), func(fn) function in class:nv50_ir::BasicBlock
85 BasicBlock::~BasicBlock()
90 BasicBlock *
91 BasicBlock::clone(ClonePolicy<Function>& pol) const
93 BasicBlock *bb = new BasicBlock(pol.context());
103 BasicBlock *ob
[all...]
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DBasicBlock.java27 public final class BasicBlock implements LabeledItem { class in inherits:LabeledItem
59 public BasicBlock(int label, InsnList insns, IntList successors, method in class:BasicBlock
262 public BasicBlock withRegisterOffset(int delta) {
263 return new BasicBlock(label, insns.withRegisterOffset(delta),
272 * BasicBlock visitor interface
279 public void visitBlock (BasicBlock b);
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DBasicBlock.java28 public class BasicBlock { class
31 public BasicBlock[] exit; // null if the block is a leaf.
35 protected BasicBlock(int pos) { method in class:BasicBlock
41 public static BasicBlock find(BasicBlock[] blocks, int pos)
55 BasicBlock body;
57 Catch(BasicBlock b, int i, Catch c) {
97 BasicBlock block;
98 BasicBlock[] jump;
121 void setJump(BasicBlock[] b
[all...]
/external/llvm/include/llvm/IR/
H A DBasicBlock.h1 //===-- llvm/BasicBlock.h - Represent a basic block in the VM ---*- C++ -*-===//
10 // This file contains the declaration of the BasicBlock class.
32 : public SymbolTableListTraits<Instruction, BasicBlock> {
62 /// tables. The type of a BasicBlock is "Type::LabelTy" because the basic block
68 /// terminate the blocks. The BasicBlock class allows malformed basic blocks to
72 class BasicBlock : public Value, // Basic blocks are data objects also class in namespace:llvm
73 public ilist_node<BasicBlock> {
82 friend class SymbolTableListTraits<BasicBlock, Function>;
84 BasicBlock(const BasicBlock
[all...]
/external/llvm/lib/Analysis/
H A DCFG.cpp1 //===-- CFG.cpp - BasicBlock analysis --------------------------------------==//
29 SmallVectorImpl<std::pair<const BasicBlock*,const BasicBlock*> > &Result) {
30 const BasicBlock *BB = &F.getEntryBlock();
34 SmallPtrSet<const BasicBlock*, 8> Visited;
35 SmallVector<std::pair<const BasicBlock*, succ_const_iterator>, 8> VisitStack;
36 SmallPtrSet<const BasicBlock*, 8> InStack;
42 std::pair<const BasicBlock*, succ_const_iterator> &Top = VisitStack.back();
43 const BasicBlock *ParentBB = Top.first;
73 unsigned llvm::GetSuccessorNumber(BasicBlock *B
28 FindFunctionBackedges(const Function &F, SmallVectorImpl<std::pair<const BasicBlock*,const BasicBlock*> > &Result) argument
[all...]
/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp78 for (BasicBlock::const_iterator I = BB->begin(), E = BB->end(); I!=E;++I){
336 if (!isa<BasicBlock>(*I)) // Don't enumerate BB operand to BlockAddress.
407 if (isa<BasicBlock>(Op)) continue;
457 for (BasicBlock::const_iterator I = BB->begin(), E = BB->end(); I!=E; ++I)
480 for (BasicBlock::const_iterator I = BB->begin(), E = BB->end(); I!=E; ++I) {
523 DenseMap<const BasicBlock*, unsigned> &IDMap) {
532 unsigned ValueEnumerator::getGlobalBasicBlockID(const BasicBlock *BB) const {
522 IncorporateFunctionInfoGlobalBBIDs(const Function *F, DenseMap<const BasicBlock*, unsigned> &IDMap) argument
/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.h120 BasicBlock:1, member in struct:llvm::DWARFDebugLine::Row
/external/chromium_org/v8/src/
H A Dhydrogen-bce.cc123 HBasicBlock* BasicBlock() const { return basic_block_; } function in class:v8::internal::BoundsCheckBbData
376 } else if (data->BasicBlock() == bb) {
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h60 BasicBlock, VALUETYPE, CONDCODE, Register, RegisterMask, enumerator in enum:llvm::ISD::NodeType
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml212 | BasicBlock Constructor in type:ValueKind/t
H A Dllvm_ocaml.c412 BasicBlock, enumerator in enum:ValueKind
463 DEFINE_CASE(Val, BasicBlock);
1110 block, BasicBlock, LLVMValueRef, LLVMBasicBlockRef, LLVMGetBasicBlockParent)
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 757 milliseconds