HomeSort by: relevance | last modified time | path
    Searched defs:getBasicBlock (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Constants.h 874 BasicBlock *getBasicBlock() const { return (BasicBlock *)Op<1>().get(); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 202 const BasicBlock *getBasicBlock() const { return BB; }
SelectionDAGNodes.h 1909 MachineBasicBlock *getBasicBlock() const { return MBB; }
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 638 BasicBlock *getBasicBlock(unsigned ID) const {
2244 BasicBlock *BB = getBasicBlock(Record[0]);
4433 BasicBlock *TrueDest = getBasicBlock(Record[0]);
4442 BasicBlock *FalseDest = getBasicBlock(Record[1]);
4462 UnwindDest = getBasicBlock(Record[Idx++]);
4479 BasicBlock *BB = getBasicBlock(Record[Idx++]);
4501 BasicBlock *BB = getBasicBlock(Record[Idx++]);
4509 UnwindDest = getBasicBlock(Record[Idx++]);
4568 BasicBlock *Default = getBasicBlock(Record[3]);
4609 BasicBlock *DestBB = getBasicBlock(Record[CurIdx++])
    [all...]

Completed in 37 milliseconds