Searched defs:BranchInfo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DGCOV.h39 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
43 bool BranchInfo; member in struct:llvm::GCOVOptions
/external/vixl/src/vixl/a64/
H A Dmacro-assembler-a64.h167 class BranchInfo { class in class:vixl::VeneerPool
169 BranchInfo() function in class:vixl::VeneerPool::BranchInfo
172 BranchInfo(ptrdiff_t offset, Label* label, ImmBranchType branch_type) function in class:vixl::VeneerPool::BranchInfo
178 static bool IsValidComparison(const BranchInfo& branch_1,
179 const BranchInfo& branch_2) {
180 // BranchInfo are always compared against against other objects with
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
[all...]

Completed in 68 milliseconds