Searched refs:BRV (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageViewText.h | 77 void renderBranchView(raw_ostream &OS, BranchView &BRV, 80 void renderMCDCView(raw_ostream &OS, MCDCView &BRV,
|
| H A D | SourceCoverageViewHTML.h | 90 void renderBranchView(raw_ostream &OS, BranchView &BRV, 93 void renderMCDCView(raw_ostream &OS, MCDCView &BRV,
|
| H A D | SourceCoverageViewText.cpp | 291 void SourceCoverageViewText::renderBranchView(raw_ostream &OS, BranchView &BRV, in renderBranchView() argument 295 errs() << "Branch at line " << BRV.getLine() << '\n'; in renderBranchView() 318 for (const auto &R : BRV.Regions) { in renderBranchView()
|
| H A D | SourceCoverageView.h | 251 virtual void renderBranchView(raw_ostream &OS, BranchView &BRV, 255 virtual void renderMCDCView(raw_ostream &OS, MCDCView &BRV,
|
| H A D | SourceCoverageViewHTML.cpp | 1096 void SourceCoverageViewHTML::renderBranchView(raw_ostream &OS, BranchView &BRV, in renderBranchView() argument 1100 errs() << "Branch at line " << BRV.getLine() << '\n'; in renderBranchView() 1122 for (const auto &R : BRV.Regions) { in renderBranchView()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCContract.cpp | 592 BundledRetainClaimRVs BRV(EP, /*ContractPass=*/true, HasClaimRV); in run() local 593 BundledInsts = &BRV; in run()
|
| H A D | ObjCARCOpts.cpp | 2426 BundledRetainClaimRVs BRV(EP, /*ContractPass=*/false, /*UseClaimRV=*/false); in run() local 2427 BundledInsts = &BRV; in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.td | 678 // e.g. LDZ, PCNT, and BRV 1296 // Section 8.5.9 - BRV (Bit Reverse) 1297 defm BRV : RRI1m<"brv", 0x39, I64, i64, bitreverse>;
|