HomeSort by relevance Sort by last modified time
    Searched defs:getBB (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.h 43 inline BasicBlock *getBB() { return bb; }
  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 119 /// MachineRelocation::getBB - Return a relocation entry for a BB.
121 static MachineRelocation getBB(uintptr_t offset,unsigned RelocationType,
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.h 43 inline BasicBlock *getBB() { return bb; }
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 200 BasicBlock *getBB() const { return BB; }
222 BasicBlock *getBB() const { return Entry.getBB(); }

Completed in 370 milliseconds