| /freebsd-11-stable/contrib/ntp/lib/isc/win32/ |
| HD | libisc.mak | 2 !IF "$(CFG)" == "" 3 CFG=libisc - Win32 Debug macro 7 !IF "$(CFG)" != "libisc - Win32 Release" && "$(CFG)" != "libisc - Win32 Debug" 8 !MESSAGE Invalid configuration "$(CFG)" specified. 10 !MESSAGE by defining the macro CFG on the command line. For example: 12 !MESSAGE NMAKE /f "libisc.mak" CFG="libisc - Win32 Debug" 33 !IF "$(CFG)" == "libisc - Win32 Release" 108 !IF "$(CFG)" == "libisc - Win32 Release" 298 !ELSEIF "$(CFG)" == "libisc - Win32 Debug" 697 !IF "$(CFG)" == "libisc - Win32 Release" || "$(CFG)" == "libisc - Win32 Debug" [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| HD | VPlan.cpp | 115 VPBasicBlock::createEmptyBasicBlock(VPTransformState::CFGState &CFG) { in createEmptyBasicBlock() argument 118 BasicBlock *PrevBB = CFG.PrevBB; in createEmptyBasicBlock() 120 PrevBB->getParent(), CFG.LastBB); in createEmptyBasicBlock() 127 BasicBlock *PredBB = CFG.VPBB2IRBB[PredVPBB]; in createEmptyBasicBlock() 138 CFG.VPBBsToFix.push_back(PredVPBB); in createEmptyBasicBlock() 165 VPBasicBlock *PrevVPBB = State->CFG.PrevVPBB; in execute() 167 BasicBlock *NewBB = State->CFG.PrevBB; // Reuse it if possible. in execute() 182 NewBB = createEmptyBasicBlock(State->CFG); in execute() 188 Loop *L = State->LI->getLoopFor(State->CFG.LastBB); in execute() 190 State->CFG.PrevBB = NewBB; in execute() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/ |
| HD | AnalysisDeclContext.h | 76 std::unique_ptr<CFG> cfg, completeCFG; 79 CFG::BuildOptions cfgBuildOptions; 80 CFG::BuildOptions::ForcedBlkExprs *forcedBlkExprs = nullptr; 99 const CFG::BuildOptions &BuildOptions); 113 CFG::BuildOptions &getCFGBuildOptions() { in getCFGBuildOptions() 117 const CFG::BuildOptions &getCFGBuildOptions() const { in getCFGBuildOptions() 158 CFG *getCFG(); 165 CFG *getUnoptimizedCFG(); 253 CFG *getCFG() const { return getAnalysisDeclContext()->getCFG(); } in getCFG() 445 CFG::BuildOptions cfgBuildOptions; [all …]
|
| HD | CFG.h | 41 class CFG; variable 858 CFG *Parent; 861 explicit CFGBlock(unsigned blockid, BumpVectorContext &C, CFG *parent) in CFGBlock() 1077 CFG *getParent() const { return Parent; } in getParent() 1081 void dump(const CFG *cfg, const LangOptions &LO, bool ShowColors = false) const; 1082 void print(raw_ostream &OS, const CFG* cfg, const LangOptions &LO, 1226 class CFG { 1275 static std::unique_ptr<CFG> buildCFG(const Decl *D, Stmt *AST, ASTContext *C, 1420 CFG() : Blocks(BlkBVC, 10) {} in CFG() function 1528 template <> struct GraphTraits< ::clang::CFG* > [all …]
|
| /freebsd-11-stable/contrib/apr-util/ |
| HD | Makefile.win | 200 $(MAKE) $(MAKEOPT) -f apr.mak CFG="apr - $(ARCH)" RECURSE=0 $(CTARGET) 201 $(MAKE) $(MAKEOPT) -f libapr.mak CFG="libapr - $(ARCH)" RECURSE=0 $(CTARGET) 203 $(MAKE) $(MAKEOPT) -f aprapp.mak CFG="aprapp - $(ARCH)" RECURSE=0 $(CTARGET) 204 $(MAKE) $(MAKEOPT) -f libaprapp.mak CFG="libaprapp - $(ARCH)" RECURSE=0 $(CTARGET) 207 $(MAKE) $(MAKEOPT) -f apriconv.mak CFG="apriconv - $(ARCH)" RECURSE=0 $(CTARGET) 208 $(MAKE) $(MAKEOPT) -f libapriconv.mak CFG="libapriconv - $(ARCH)" RECURSE=0 $(CTARGET) 222 $(MAKE) $(MAKEOPT) $(SSLOPT) $(XMLOPT) -f aprutil.mak CFG="aprutil - $(ARCH)" RECURSE=0 $(CTARGET) 223 …$(MAKE) $(MAKEOPT) $(SSLOPT) $(XMLOPT) -f libaprutil.mak CFG="libaprutil - $(ARCH)" RECURSE=0 $(CT… 225 $(MAKE) $(MAKEOPT) -f apr_ldap.mak CFG="apr_ldap - $(ARCH)" RECURSE=0 $(CTARGET) 229 $(MAKE) $(MAKEOPT) -f apr_dbd_%d.mak CFG="apr_dbd_%d - $(ARCH)" RECURSE=0 $(CTARGET) [all …]
|
| /freebsd-11-stable/tools/tools/nanobsd/gateworks/ |
| HD | common | 315 CFG=${NANO_DISKIMGDIR}/_.disk.cfg 316 echo ""; echo "Creating config partition ${CFG}..." 319 pprint 2 "${NANO_MAKEFS} -s ${SIZE} ${CFG} ${NANO_CFGDIR}" 320 ${NANO_MAKEFS} -s ${SIZE} ${CFG} ${NANO_CFGDIR} 321 pprint 2 "dd if=${CFG} of=/dev/${MD}s3 bs=${BS}" 322 dd if=${CFG} of=/dev/${MD}s3 bs=${BS} 323 pprint 2 "rm ${CFG}" 324 rm ${CFG}; CFG= # NB: disable printing below 351 test "${CFG}" && echo "/cfg partition: ${CFG}"
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| HD | Dominators.h | 50 CFGDominatorTreeImpl(CFG *cfg) { in CFGDominatorTreeImpl() 58 CFG *getCFG() { return cfg; } in getCFG() 87 void buildDominatorTree(CFG *cfg) { in buildDominatorTree() 97 for (CFG::const_iterator I = cfg->begin(), in dump() 180 CFG *cfg; 228 ControlDependencyCalculator(CFG *cfg) 257 CFG *cfg = PostDomTree.getCFG();
|
| HD | PostOrderCFGView.h | 47 CFGBlockSet(const CFG *G) : VisitedBlockIDs(G->getNumBlockIDs(), false) {} in CFGBlockSet() 73 using po_iterator = llvm::po_iterator<const CFG *, CFGBlockSet, true>; 85 PostOrderCFGView(const CFG *cfg);
|
| HD | CFGReachabilityAnalysis.h | 23 class CFG; variable 39 CFGReverseBlockReachabilityAnalysis(const CFG &cfg);
|
| HD | UninitializedValues.h | 23 class CFG; variable 124 void runUninitializedVariablesAnalysis(const DeclContext &dc, const CFG &cfg,
|
| HD | ThreadSafetyCommon.h | 102 void enterCFG(CFG *Cfg, const NamedDecl *D, const CFGBlock *First) {} in enterCFG() 252 const CFG *getGraph() const { return CFGraph; } in getGraph() 253 CFG *getGraph() { return CFGraph; } in getGraph() 262 CFG *CFGraph = nullptr; 450 void enterCFG(CFG *Cfg, const NamedDecl *D, const CFGBlock *First);
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/ |
| HD | AnalysisDeclContext.cpp | 57 const CFG::BuildOptions &buildOptions) in AnalysisDeclContext() 182 forcedBlkExprs = new CFG::BuildOptions::ForcedBlkExprs(); in registerForcedBlockExpression() 194 CFG::BuildOptions::ForcedBlkExprs::const_iterator itr = in getBlockForRegisteredExpression() 202 static void addParentsForSyntheticStmts(const CFG *TheCFG, ParentMap &PM) { in addParentsForSyntheticStmts() 206 for (CFG::synthetic_stmt_iterator I = TheCFG->synthetic_stmt_begin(), in addParentsForSyntheticStmts() 213 CFG *AnalysisDeclContext::getCFG() { in getCFG() 218 cfg = CFG::buildCFG(D, getBody(), &D->getASTContext(), cfgBuildOptions); in getCFG() 232 CFG *AnalysisDeclContext::getUnoptimizedCFG() { in getUnoptimizedCFG() 237 CFG::buildCFG(D, getBody(), &D->getASTContext(), cfgBuildOptions); in getUnoptimizedCFG() 255 if (CFG *c = getCFG()) { in getCFGStmtMap() [all …]
|
| HD | PostOrderCFGView.cpp | 21 PostOrderCFGView::PostOrderCFGView(const CFG *cfg) { in PostOrderCFGView() 33 const CFG *cfg = ctx.getCFG(); in create()
|
| HD | CFGStmtMap.cpp | 77 CFGStmtMap *CFGStmtMap::Build(CFG *C, ParentMap *PM) { in Build() 85 for (CFG::iterator I = C->begin(), E = C->end(); I != E; ++I) in Build()
|
| HD | UninitializedValues.cpp | 119 const CFG &cfg; 125 CFGBlockValues(const CFG &cfg); 157 CFGBlockValues::CFGBlockValues(const CFG &c) : cfg(c), vals(0) {} in CFGBlockValues() 227 DataflowWorklist(const CFG &cfg, PostOrderCFGView &view) in DataflowWorklist() 516 const CFG &cfg; 524 TransferFunctions(CFGBlockValues &vals, const CFG &cfg, in TransferFunctions() 836 static bool runOnBlock(const CFGBlock *block, const CFG &cfg, in runOnBlock() 903 const CFG &cfg, in runUninitializedVariablesAnalysis()
|
| /freebsd-11-stable/tools/tools/nanobsd/pcengines/ |
| HD | build.sh | 15 CFG="${1}" 18 sh ../nanobsd.sh $* -c ${CFG}
|
| /freebsd-11-stable/contrib/apr/ |
| HD | Makefile.win | 98 $(MAKE) $(MAKEOPT) -f apr.mak CFG="apr - $(ARCH)" RECURSE=0 $(CTARGET) 99 $(MAKE) $(MAKEOPT) -f libapr.mak CFG="libapr - $(ARCH)" RECURSE=0 $(CTARGET) 101 $(MAKE) $(MAKEOPT) -f aprapp.mak CFG="aprapp - $(ARCH)" RECURSE=0 $(CTARGET) 102 $(MAKE) $(MAKEOPT) -f libaprapp.mak CFG="libaprapp - $(ARCH)" RECURSE=0 $(CTARGET)
|
| HD | apr.mak | 2 !IF "$(CFG)" == "" 3 CFG=apr - Win32 Release macro 7 !IF "$(CFG)" != "apr - Win32 Release" && "$(CFG)" != "apr - Win32 Debug" && "$(CFG)" != "apr - x64 … 8 !MESSAGE Invalid configuration "$(CFG)" specified. 10 !MESSAGE by defining the macro CFG on the command line. For example: 12 !MESSAGE NMAKE /f "apr.mak" CFG="apr - Win32 Release" 33 !IF "$(CFG)" == "apr - Win32 Release" 219 !ELSEIF "$(CFG)" == "apr - Win32 Debug" 405 !ELSEIF "$(CFG)" == "apr - x64 Release" 591 !ELSEIF "$(CFG)" == "apr - x64 Debug" [all …]
|
| HD | libapr.mak | 2 !IF "$(CFG)" == "" 3 CFG=libapr - Win32 Release macro 7 …CFG)" != "libapr - Win32 Release" && "$(CFG)" != "libapr - Win32 Debug" && "$(CFG)" != "libapr - W… 8 !MESSAGE Invalid configuration "$(CFG)" specified. 10 !MESSAGE by defining the macro CFG on the command line. For example: 12 !MESSAGE NMAKE /f "libapr.mak" CFG="libapr - Win32 Release" 30 !IF "$(CFG)" == "libapr - Win32 Release" 274 !ELSEIF "$(CFG)" == "libapr - Win32 Debug" 518 !ELSEIF "$(CFG)" == "libapr - x64 Release" 762 !ELSEIF "$(CFG)" == "libapr - x64 Debug" [all …]
|
| HD | apr.dsp | 7 CFG=apr - Win32 Release 14 !MESSAGE by defining the macro CFG on the command line. For example: 16 !MESSAGE NMAKE /f "apr.mak" CFG="apr - Win32 Release" 33 !IF "$(CFG)" == "apr - Win32 Release" 56 !ELSEIF "$(CFG)" == "apr - Win32 Debug" 80 !ELSEIF "$(CFG)" == "apr - x64 Release" 103 !ELSEIF "$(CFG)" == "apr - x64 Debug" 591 !IF "$(CFG)" == "apr - Win32 Release" 601 !ELSEIF "$(CFG)" == "apr - Win32 Debug" 611 !ELSEIF "$(CFG)" == "apr - x64 Release" [all …]
|
| HD | libapr.dsp | 7 CFG=libapr - Win32 Release 14 !MESSAGE by defining the macro CFG on the command line. For example: 16 !MESSAGE NMAKE /f "libapr.mak" CFG="libapr - Win32 Release" 34 !IF "$(CFG)" == "libapr - Win32 Release" 66 !ELSEIF "$(CFG)" == "libapr - Win32 Debug" 98 !ELSEIF "$(CFG)" == "libapr - x64 Release" 130 !ELSEIF "$(CFG)" == "libapr - x64 Debug" 624 !IF "$(CFG)" == "libapr - Win32 Release" 634 !ELSEIF "$(CFG)" == "libapr - Win32 Debug" 644 !ELSEIF "$(CFG)" == "libapr - x64 Release" [all …]
|
| /freebsd-11-stable/tools/tools/nanobsd/rescue/ |
| HD | build.sh | 17 CFG="${1}" 24 sh ../nanobsd.sh $* -c ${CFG}
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | timevar.def | 50 /* Time spent by constructing CFG. */ 52 /* Time spent by cleaning up CFG. */ 54 DEFTIMEVAR (TV_CFG_VERIFY , "CFG verifier") 72 DEFTIMEVAR (TV_TREE_CFG , "tree CFG construction") 73 DEFTIMEVAR (TV_TREE_CLEANUP_CFG , "tree CFG cleanup")
|
| /freebsd-11-stable/contrib/gcc/doc/ |
| HD | cfg.texi | 12 @cindex CFG, Control Flow Graph 15 A control flow graph (CFG) is a data structure built on top of the 18 being compiled. The CFG is a directed graph where the vertices 28 * Maintaining the CFG:: Keeping the control flow graph and up to date. 47 transparently by the provided API for manipulating the CFG@. The macro 446 not be easily integrated with the CFG manipulation API@. Many of the 447 functions and hooks to modify the CFG, such as 454 given to this issue in each pass that modifies the CFG@. 464 @node Maintaining the CFG 465 @section Maintaining the CFG [all …]
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | DeadStoresChecker.cpp | 68 const CFG &cfg; 71 ReachableCode(const CFG &cfg) in ReachableCode() 133 const CFG &cfg; 147 DeadStoreObs(const CFG &cfg, ASTContext &ctx, BugReporter &br, in DeadStoreObs() 522 CFG &cfg = *mgr.getCFG(D); in checkASTCodeBody()
|