Home
last modified time | relevance | path

Searched refs:BranchInfo (Results 1 – 4 of 4) sorted by relevance

/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.h167 class BranchInfo {
169 BranchInfo() in BranchInfo() function
172 BranchInfo(ptrdiff_t offset, Label* label, ImmBranchType branch_type) in BranchInfo() function
178 static bool IsValidComparison(const BranchInfo& branch_1, in IsValidComparison()
179 const BranchInfo& branch_2) { in IsValidComparison()
196 bool operator==(const BranchInfo& other) const {
200 bool operator<(const BranchInfo& other) const {
204 bool operator<=(const BranchInfo& other) const {
208 bool operator>(const BranchInfo& other) const {
269 typedef InvalSet<BranchInfo,
[all …]
Dmacro-assembler-a64.cc148 BranchInfo branch_info = BranchInfo(branch_pos, label, branch_type); in RegisterUnresolvedBranch()
170 BranchInfo branch_info(link_offset, label, link->BranchType()); in DeleteUnresolvedBranchInfoForLabel()
219 BranchInfo* branch_info = it.Current(); in Emit()
/external/llvm/lib/IR/
DGCOV.cpp588 if (Options.BranchInfo) { in print()
668 if (Options.BranchInfo) { in print()
760 if (Options.BranchInfo) { in printCoverage()
/external/llvm/include/llvm/Support/
DGCOV.h39 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F), in GCOVOptions()
43 bool BranchInfo; member