Searched refs:isBlock (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIEHash.cpp | 298 case DIEValue::isBlock: in hashAttribute() 304 if (Value.getType() == DIEValue::isBlock) { in hashAttribute()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/ |
| H A D | BitstreamRemarkParser.cpp | 248 static Expected<bool> isBlock(BitstreamCursor &Stream, unsigned BlockID) { in isBlock() function 273 return isBlock(Stream, META_BLOCK_ID); in isMetaBlock() 277 return isBlock(Stream, META_BLOCK_ID); in isRemarkBlock()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
| H A D | PseudoProbe.h | 136 bool isBlock() const { return Type == PseudoProbeType::Block; } in isBlock() function
|
| H A D | ProfileGenerator.cpp | 496 if (!Probe.isBlock()) in extractProbesFromRange()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 686 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() argument 689 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | LiveIntervals.cpp | 731 if (RI->end.isBlock()) in addKillFlags() 833 if (Start.isBlock()) in intervalIsInOneMBB() 837 if (Stop.isBlock()) in intervalIsInOneMBB() 1647 if (!isEndValid && !LII->end.isBlock()) in repairOldRegInRange()
|
| H A D | LiveInterval.cpp | 469 if (Def.isBlock() || in overlaps()
|
| H A D | TwoAddressInstructionPass.cpp | 307 return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx); in isPlainlyKilled()
|
| H A D | MachineVerifier.cpp | 2883 if (S.end.isBlock()) { in verifyLiveRangeSegment()
|
| H A D | RegisterCoalescer.cpp | 3078 if (!Def.isBlock()) { in pruneValues()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | SlotIndexes.h | 226 bool isBlock() const { return getSlot() == Slot_Block; }
|
| H A D | LiveInterval.h | 78 bool isPHIDef() const { return def.isBlock(); } in isPHIDef()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 2470 bool isBlock = type->isBlockPointerType(); in EmitARCStoreStrong() local 2475 !isBlock && in EmitARCStoreStrong()
|