Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp298 case DIEValue::isBlock: in hashAttribute()
304 if (Value.getType() == DIEValue::isBlock) { in hashAttribute()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp248 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 DPseudoProbe.h136 bool isBlock() const { return Type == PseudoProbeType::Block; } in isBlock() function
H A DProfileGenerator.cpp496 if (!Probe.isBlock()) in extractProbesFromRange()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h686 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 DLiveIntervals.cpp731 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 DLiveInterval.cpp469 if (Def.isBlock() || in overlaps()
H A DTwoAddressInstructionPass.cpp307 return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx); in isPlainlyKilled()
H A DMachineVerifier.cpp2883 if (S.end.isBlock()) { in verifyLiveRangeSegment()
H A DRegisterCoalescer.cpp3078 if (!Def.isBlock()) { in pruneValues()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h226 bool isBlock() const { return getSlot() == Slot_Block; }
H A DLiveInterval.h78 bool isPHIDef() const { return def.isBlock(); } in isPHIDef()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp2470 bool isBlock = type->isBlockPointerType(); in EmitARCStoreStrong() local
2475 !isBlock && in EmitARCStoreStrong()