Searched defs:isEntry (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h195 isEntry, enumerator in enum:llvm::DIEValue::__anon7335
331 explicit DIEEntry(DIE *E) : DIEValue(isEntry), Entry(E) {}
347 static bool classof(const DIEValue *E) { return E->getType() == isEntry; }
/external/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp324 bool isEntry = SinglePred == &SinglePred->getParent()->getEntryBlock(); local
327 if (isEntry && BB != &BB->getParent()->getEntryBlock())
H A DJumpThreading.cpp649 bool isEntry = SinglePred == &SinglePred->getParent()->getEntryBlock(); local
653 if (isEntry && BB != &BB->getParent()->getEntryBlock())
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 95 milliseconds