Searched refs:BR (Results 76 - 100 of 119) sorted by relevance

12345

/freebsd-11-stable/usr.bin/tip/tip/
H A Dtip.h81 EXTERN long BR; /* line speed for conversation */ variable
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h685 /// BR - Unconditional branch. The first operand is the chain
687 BR, enumerator in enum:llvm::ISD::NodeType
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp234 PathSensitiveBugReport &BR) {
232 VisitNode(const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &BR) argument
H A DDynamicTypeChecker.cpp52 PathSensitiveBugReport &BR) override;
H A DMallocChecker.cpp754 PathSensitiveBugReport &BR) override;
758 PathSensitiveBugReport &BR) override {
762 PathDiagnosticLocation L = BR.getLocation();
764 return std::make_shared<PathDiagnosticEventPiece>(L, BR.getDescription(),
3174 PathSensitiveBugReport &BR) {
3203 BR.markInvalid(getTag(), S);
3280 BR.markInvalid(getTag(), DD);
3312 BR.markInteresting(sym);
3354 BR.addCallStackHint(P, std::move(StackHint));
3172 VisitNode(const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &BR) argument
H A DMoveChecker.cpp175 PathSensitiveBugReport &BR) override;
277 PathSensitiveBugReport &BR) {
275 VisitNode(const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &BR) argument
H A DMacOSKeychainAPIChecker.cpp147 PathSensitiveBugReport &BR) override;
623 PathSensitiveBugReport &BR) {
621 VisitNode( const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &BR) argument
H A DInnerPointerChecker.cpp59 PathSensitiveBugReport &BR) override;
H A DDynamicTypePropagation.cpp88 PathSensitiveBugReport &BR) override;
925 PathSensitiveBugReport &BR) {
923 VisitNode( const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &BR) argument
H A DCStringChecker.cpp1059 const MemRegion *BR = Offset.getRegion(); local
1073 auto *SubReg = cast<SubRegion>(BR);
1096 State = State->bindDefaultZero(svalBuilder.makeLoc(BR),
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp596 auto *BR = dyn_cast<BranchInst>(BB.getTerminator()); local
597 if (!BR || !BR->isConditional())
600 BR->setCondition(ConstantInt::getTrue(BR->getContext()));
602 BR->setCondition(ConstantInt::getFalse(BR->getContext()));
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp474 if (const auto *BR = dyn_cast<CXXBaseObjectRegion>(R))
475 if (BR->getDecl()->isEmpty())
1110 if (const BlockDataRegion *BR = dyn_cast<BlockDataRegion>(baseR)) {
1112 BI = BR->referenced_vars_begin(), BE = BR->referenced_vars_end() ;
2449 const CXXBaseObjectRegion *BR = local
2452 NewB = bindStruct(NewB, BR, *VI);
2611 if (const BlockDataRegion *BR = dyn_cast<BlockDataRegion>(R)) {
2612 BlockDataRegion::referenced_vars_iterator I = BR->referenced_vars_begin(),
2613 E = BR
[all...]
H A DExprEngineCallAndReturn.cpp441 const BlockDataRegion *BR = cast<BlockCall>(Call).getBlockRegion(); local
442 assert(BR && "If we have the block definition we should have its region");
446 BR);
H A DMemRegion.cpp828 const auto *BR = local
832 I = BR->referenced_vars_begin(),
833 E = BR->referenced_vars_end(); I != E; ++I) {
1183 while (const auto *BR = dyn_cast<CXXBaseObjectRegion>(R))
1184 R = BR->getSuperRegion();
H A DExprEngine.cpp217 BR(mgr, *this),
624 getCheckerManager().runCheckersForEndAnalysis(G, BR, *this);
3037 BugReporter &BR = static_cast<ExprEngine &>( local
3041 llvm::make_range(BR.EQClasses_begin(), BR.EQClasses_end());
3153 EI = BR.EQClasses_begin(), EE = BR.EQClasses_end(); EI != EE; ++EI) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h150 PathSensitiveBugReporter BR; member in class:clang::ento::ExprEngine
196 BugReporter &getBugReporter() { return BR; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h372 return Opc == AArch64::BR;
H A DAArch64AsmPrinter.cpp517 MCInstBuilder(AArch64::BR).addReg(AArch64::X16), *STI);
1095 TmpInst.setOpcode(AArch64::BR);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp561 if (auto BR = dyn_cast<BranchInst>(CMP->user_back()))
562 for (BasicBlock *B : BR->successors())
563 if (IsBackEdge(BR->getParent(), B, DT))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp444 BuildMI(Routing, DebugLoc(), TII.get(WebAssembly::BR)).addMBB(Dispatch);
H A DWebAssemblyCFGStackify.cpp1077 BuildMI(EHPadLayoutPred, DL, TII.get(WebAssembly::BR)).addMBB(Cont);
1142 BuildMI(NestedEHPad, RangeEnd->getDebugLoc(), TII.get(WebAssembly::BR))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp132 LoweredMI = MCInstBuilder(SystemZ::BR).addReg(SystemZ::R14D);
239 LoweredMI = MCInstBuilder(SystemZ::BR).addReg(SystemZ::R1D);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp929 if (auto *BR = dyn_cast<BranchInst>(I)) {
930 if (BR->isUnconditional()) {
931 BasicBlock *BB = BR->getSuccessor(0);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp982 RegisterRef DataFlowGraph::restrictRef(RegisterRef AR, RegisterRef BR) const {
983 if (AR.Reg == BR.Reg) {
984 LaneBitmask M = AR.Mask & BR.Mask;
989 // RegisterRef NBR = PRI.normalize(BR);
994 if (PRI.alias(AR, BR))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1306 // BR: "i1 undef"
1308 Value *BR = BO->getOperand(1);
1309 if (BL == Cond || BR == Cond)
1313 getValueFromCondition(Val, BR, isTrueDest, Visited));

Completed in 204 milliseconds

12345