Home
last modified time | relevance | path

Searched defs:getEntryBlock (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/MCAnalysis/
DMCFunction.h117 const MCBasicBlock *getEntryBlock() const { return front(); } in getEntryBlock() function
118 MCBasicBlock *getEntryBlock() { return front(); } in getEntryBlock() function
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DSsaMethod.java258 public SsaBasicBlock getEntryBlock() { in getEntryBlock() method in SsaMethod