Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DDIE.h212 isEntry, enumerator
418 explicit DIEEntry(DIE &E) : DIEValue(isEntry), Entry(E) { in DIEEntry()
438 static bool classof(const DIEValue *E) { return E->getType() == isEntry; } in classof()
/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp311 case DIEValue::isEntry: in hashAttribute()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp332 bool isEntry = SinglePred == &SinglePred->getParent()->getEntryBlock(); in EliminateFallThrough() local
335 if (isEntry && BB != &BB->getParent()->getEntryBlock()) in EliminateFallThrough()
472 bool isEntry = SinglePred == &SinglePred->getParent()->getEntryBlock(); in EliminateMostlyEmptyBlock() local
475 if (isEntry && BB != &BB->getParent()->getEntryBlock()) in EliminateMostlyEmptyBlock()