Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp2208 unsigned LabelNo = 0; in verifyInlineAsmCall() local
2211 ++LabelNo; in verifyInlineAsmCall()
2238 Check(LabelNo == CallBr->getNumIndirectDests(), in verifyInlineAsmCall()
2242 Check(LabelNo == 0, "Label constraints can only be used with callbr", in verifyInlineAsmCall()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5525 unsigned LabelNo = ArgNo - FirstBlockArg; in parseFunctionBody() local
5528 LabelNo > IndirectDests.size() || in parseFunctionBody()
5529 BA->getBasicBlock() != IndirectDests[LabelNo]) in parseFunctionBody()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5299 unsigned LabelNo = 0; // LabelNo - CallBr indirect dest number. in ParseConstraints() local
5338 cast<CallBrInst>(&Call)->getBlockAddressForIndirectDest(LabelNo); in ParseConstraints()
5342 ++LabelNo; in ParseConstraints()