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

  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 205 isEntry,
368 explicit DIEEntry(DIE *E) : DIEValue(isEntry), Entry(E) {}
384 static bool classof(const DIEValue *E) { return E->getType() == isEntry; }
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 298 bool isEntry = SinglePred == &SinglePred->getParent()->getEntryBlock();
301 if (isEntry && BB != &BB->getParent()->getEntryBlock())
    [all...]
JumpThreading.cpp 644 bool isEntry = SinglePred == &SinglePred->getParent()->getEntryBlock();
648 if (isEntry && BB != &BB->getParent()->getEntryBlock())
    [all...]

Completed in 268 milliseconds