Searched refs:isBlock (Results 1 – 11 of 11) sorted by relevance
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| D | DIE.cpp | 150 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()
|
| D | DIE.h | 198 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/ |
| D | ScopeInfo.h | 454 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/ |
| D | LiveIntervalAnalysis.cpp | 544 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()
|
| D | LiveInterval.cpp | 163 if (Def.isBlock() || in overlaps()
|
| D | TwoAddressInstructionPass.cpp | 379 return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx); in isPlainlyKilled()
|
| D | MachineVerifier.cpp | 1498 if (S.end.isBlock()) { in verifyLiveRangeSegment()
|
| D | RegisterCoalescer.cpp | 1886 if (!Def.isBlock()) { in pruneValues()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | LiveInterval.h | 73 bool isPHIDef() const { return def.isBlock(); } in isPHIDef()
|
| D | SlotIndexes.h | 229 bool isBlock() const { return getSlot() == Slot_Block; }
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGObjC.cpp | 2069 bool isBlock = type->isBlockPointerType(); in EmitARCStoreStrong() local 2074 !isBlock && in EmitARCStoreStrong()
|