Home
last modified time | relevance | path

Searched refs:LabelNo (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp2250 unsigned LabelNo = 0; in verifyInlineAsmCall() local
2253 ++LabelNo; in verifyInlineAsmCall()
2280 Check(LabelNo == CallBr->getNumIndirectDests(), in verifyInlineAsmCall()
2284 Check(LabelNo == 0, "Label constraints can only be used with callbr", in verifyInlineAsmCall()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5690 unsigned LabelNo = ArgNo - FirstBlockArg; in parseFunctionBody() local
5693 LabelNo > IndirectDests.size() || in parseFunctionBody()
5694 BA->getBasicBlock() != IndirectDests[LabelNo]) in parseFunctionBody()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5389 unsigned LabelNo = 0; // LabelNo - CallBr indirect dest number. in ParseConstraints() local
5427 OpInfo.CallOperandVal = cast<CallBrInst>(&Call)->getIndirectDest(LabelNo); in ParseConstraints()
5428 ++LabelNo; in ParseConstraints()