OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isEntry
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DIE.h
200
isEntry
,
389
explicit DIEEntry(DIE *E) : DIEValue(
isEntry
), Entry(E) {
410
static bool classof(const DIEValue *E) { return E->getType() ==
isEntry
; }
/external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp
254
bool
isEntry
= SinglePred == &SinglePred->getParent()->getEntryBlock();
257
if (
isEntry
&& BB != &BB->getParent()->getEntryBlock())
395
bool
isEntry
= SinglePred == &SinglePred->getParent()->getEntryBlock();
398
if (
isEntry
&& BB != &BB->getParent()->getEntryBlock())
[
all
...]
JumpThreading.cpp
660
bool
isEntry
= SinglePred == &SinglePred->getParent()->getEntryBlock();
664
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 510 milliseconds