Searched refs:isEntry (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DDIE.h195 isEntry, enumerator in enum:llvm::DIEValue::__anon9931
331 explicit DIEEntry(DIE *E) : DIEValue(isEntry), Entry(E) {}
347 static bool classof(const DIEValue *E) { return E->getType() == isEntry; }
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp324 bool isEntry = SinglePred == &SinglePred->getParent()->getEntryBlock(); local
327 if (isEntry && BB != &BB->getParent()->getEntryBlock())
465 bool isEntry = SinglePred == &SinglePred->getParent()->getEntryBlock(); local
468 if (isEntry && BB != &BB->getParent()->getEntryBlock())
H A DJumpThreading.cpp649 bool isEntry = SinglePred == &SinglePred->getParent()->getEntryBlock(); local
653 if (isEntry && BB != &BB->getParent()->getEntryBlock())

Completed in 89 milliseconds