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

  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 212 isEntry,
417 explicit DIEEntry(DIE &E) : DIEValue(isEntry), Entry(E) {
437 static bool classof(const DIEValue *E) { return E->getType() == isEntry; }
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 674 bool isEntry = SinglePred == &SinglePred->getParent()->getEntryBlock();
678 if (isEntry && BB != &BB->getParent()->getEntryBlock())
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 282 bool isEntry = SinglePred == &SinglePred->getParent()->getEntryBlock();
285 if (isEntry && BB != &BB->getParent()->getEntryBlock())
422 bool isEntry = SinglePred == &SinglePred->getParent()->getEntryBlock();
425 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 341 milliseconds