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() 297 for (const auto &R : BRV.Regions) { in renderBranchView()
|
H A D | SourceCoverageView.h | 249 virtual void renderBranchView(raw_ostream &OS, BranchView &BRV, 253 virtual void renderMCDCView(raw_ostream &OS, MCDCView &BRV,
|
H A D | SourceCoverageViewHTML.cpp | 1098 void SourceCoverageViewHTML::renderBranchView(raw_ostream &OS, BranchView &BRV, in renderBranchView() argument 1102 errs() << "Branch at line " << BRV.getLine() << '\n'; in renderBranchView() 1106 for (const auto &R : BRV.Regions) { in renderBranchView()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCContract.cpp | 546 BundledRetainClaimRVs BRV(/*ContractPass=*/true); in run() local 547 BundledInsts = &BRV; in run()
|
H A D | ObjCARCOpts.cpp | 2438 BundledRetainClaimRVs BRV(/*ContractPass=*/false); in run() local 2439 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>;
|