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

  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 198 isEntry,
329 explicit DIEEntry(DIE *E) : DIEValue(isEntry), Entry(E) {}
344 static bool classof(const DIEValue *E) { return E->getType() == isEntry; }
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 251 bool isEntry = SinglePred == &SinglePred->getParent()->getEntryBlock();
254 if (isEntry && BB != &BB->getParent()->getEntryBlock())
392 bool isEntry = SinglePred == &SinglePred->getParent()->getEntryBlock();
395 if (isEntry && BB != &BB->getParent()->getEntryBlock())
    [all...]
JumpThreading.cpp 658 bool isEntry = SinglePred == &SinglePred->getParent()->getEntryBlock();
662 if (isEntry && BB != &BB->getParent()->getEntryBlock())
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 3387 milliseconds