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

  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 286 MachineBasicBlock *getBasicBlock() const {
MachineBasicBlock.h 110 /// getBasicBlock - Return the LLVM basic block that this instance
114 const BasicBlock *getBasicBlock() const { return BB; }
SelectionDAGNodes.h     [all...]
  /external/llvm/include/llvm/
Constants.h 778 BasicBlock *getBasicBlock() const { return (BasicBlock*)Op<1>().get(); }
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 391 ID.AddPointer(cast<BasicBlockSDNode>(N)->getBasicBlock());
    [all...]

Completed in 245 milliseconds