Searched refs:Branches (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCBranchFinalize.cpp146 std::vector<MachineInstr *> Branches; local
164 Branches.push_back(&MI);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h253 llvm::SmallPtrSet<llvm::BasicBlock*, 4> Branches;
359 bool hasBranches() const { return ExtInfo && !ExtInfo->Branches.empty(); }
375 if (ExtInfo.Branches.insert(Block).second)
410 return getExtInfo().Branches.insert(Block).second;
416 return (ExtInfo->BranchAfters.size() != ExtInfo->Branches.size());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp872 ++Coverage.Branches;
881 ++FuncCoverage.Branches;
905 if (Coverage.Branches) {
906 OS << format("Branches executed:%.2f%% of %u\n",
907 double(Coverage.BranchesExec) * 100 / Coverage.Branches,
908 Coverage.Branches);
910 double(Coverage.BranchesTaken) * 100 / Coverage.Branches,
911 Coverage.Branches);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1409 Branches[0] = T;
1410 Branches[1] = E;
1415 Branches[0] = T;
1416 Branches[1] = E;
1424 const BasicBlock *thenBlock() const { return Branches[0]; }
1425 BasicBlock *thenBlock() { return Branches[0]; }
1427 const BasicBlock *elseBlock() const { return Branches[1]; }
1428 BasicBlock *elseBlock() { return Branches[1]; }
1432 return llvm::makeArrayRef(Branches);
1438 BasicBlock *Ntb = Vs.reduceBasicBlockRef(Branches[
1451 BasicBlock *Branches[2]; member in class:clang::threadSafety::Branch
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h417 uint32_t Branches = 0; member in struct:llvm::FileInfo::GCOVCoverage
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-world.asm126 /* Restore CR from R0. No More Branches! */

Completed in 187 milliseconds