Searched refs:getEntryBasicBlock (Results 1 - 2 of 2) sorted by last modified time

/external/llvm/include/llvm/Analysis/
H A DTrace.h41 /// getEntryBasicBlock - Return the entry basic block (first block)
44 BasicBlock *getEntryBasicBlock () const { return BasicBlocks[0]; } function in class:llvm::Trace
/external/llvm/lib/Analysis/
H A DTrace.cpp25 return getEntryBasicBlock()->getParent();

Completed in 424 milliseconds