Home
last modified time | relevance | path

Searched refs:isBlock (Results 1 – 11 of 11) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp150 bool isBlock = Abbrev.getTag() == 0; in print() local
152 if (!isBlock) { in print()
173 if (!isBlock) in print()
190 if (!isBlock) O << "\n"; in print()
DDIE.h198 isBlock enumerator
420 DIEBlock() : DIEValue(isBlock), DIE(0), Size(0) {} in DIEBlock()
444 static bool classof(const DIEValue *E) { return E->getType() == isBlock; } in classof()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DScopeInfo.h454 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() argument
457 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp544 if (RI->end.isBlock()) in addKillFlags()
589 if (Start.isBlock()) in intervalIsInOneMBB()
593 if (Stop.isBlock()) in intervalIsInOneMBB()
1165 if (!isEndValid && !LII->end.isBlock()) in repairIntervalsInRange()
DLiveInterval.cpp163 if (Def.isBlock() || in overlaps()
DTwoAddressInstructionPass.cpp379 return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx); in isPlainlyKilled()
DMachineVerifier.cpp1498 if (S.end.isBlock()) { in verifyLiveRangeSegment()
DRegisterCoalescer.cpp1886 if (!Def.isBlock()) { in pruneValues()
/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DLiveInterval.h73 bool isPHIDef() const { return def.isBlock(); } in isPHIDef()
DSlotIndexes.h229 bool isBlock() const { return getSlot() == Slot_Block; }
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGObjC.cpp2069 bool isBlock = type->isBlockPointerType(); in EmitARCStoreStrong() local
2074 !isBlock && in EmitARCStoreStrong()