Searched refs:analyze (Results 1 - 25 of 55) sorted by last modified time

123

/freebsd-11-stable/contrib/subversion/
H A Dbuild-outputs.mk903 svn_mergeinfo_normalizer_DEPS = tools/client-side/svn-mergeinfo-normalizer/analyze-cmd.lo tools/client-side/svn-mergeinfo-normalizer/help-cmd.lo tools/client-side/svn-mergeinfo-normalizer/log.lo tools/client-side/svn-mergeinfo-normalizer/logic.lo tools/client-side/svn-mergeinfo-normalizer/missing-branches.lo tools/client-side/svn-mergeinfo-normalizer/normalize-cmd.lo tools/client-side/svn-mergeinfo-normalizer/remove-branches-cmd.lo tools/client-side/svn-mergeinfo-normalizer/svn-mergeinfo-normalizer.lo tools/client-side/svn-mergeinfo-normalizer/wc_mergeinfo.lo subversion/libsvn_client/libsvn_client-1.la subversion/libsvn_wc/libsvn_wc-1.la subversion/libsvn_ra/libsvn_ra-1.la subversion/libsvn_delta/libsvn_delta-1.la subversion/libsvn_diff/libsvn_diff-1.la subversion/libsvn_subr/libsvn_subr-1.la
904 svn_mergeinfo_normalizer_OBJECTS = analyze-cmd.lo help-cmd.lo log.lo logic.lo missing-branches.lo normalize-cmd.lo remove-branches-cmd.lo svn-mergeinfo-normalizer.lo wc_mergeinfo.lo
3578 tools/client-side/svn-mergeinfo-normalizer/analyze-cmd.lo: tools/client-side/svn-mergeinfo-normalizer/analyze-cmd.c subversion/include/private/svn_debug.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_opt_impl.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_types_impl.h subversion/include/svn_wc.h tools/client-side/svn-mergeinfo-normalizer/mergeinfo-normalizer.h
/freebsd-11-stable/sys/conf/
H A Dkmod.mk485 .include <bsd.clang-analyze.mk>
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp105 ExitOnErr(BA.analyze(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp211 void analyze() { function in class:__anon2708::ConstantTerminatorFoldingImpl
536 analyze();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1651 LI->analyze(*DT);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp154 void analyze(MachineBasicBlock &DefBlock, function in class:__anon2122::PhiIncomingAnalysis
629 PIA.analyze(MBB, IncomingBlocks);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp176 ComputedMLI.getBase().analyze(MDT->getBase());
H A DSplitKit.h158 /// DidRepairRange - analyze was forced to shrinkToUses().
171 /// analyze - set CurLI to the specified interval, and analyze how it may be
173 void analyze(const LiveInterval *li);
176 /// by analyze(). This really shouldn't happen, but sometimes the coalescer
180 /// clear - clear all data structures so SplitAnalysis is ready to analyze a
218 /// analyze(li).
H A DSplitKit.cpp354 void SplitAnalysis::analyze(const LiveInterval *li) { function in class:SplitAnalysis
H A DRegAllocGreedy.cpp2471 SA->analyze(&VirtReg);
2481 SA->analyze(&VirtReg);
2811 SA->analyze(&VirtReg);
2823 SA->analyze(&VirtReg);
H A DMachineLoopInfo.cpp49 LI.analyze(MDT.getBase());
H A DMachineDominanceFrontier.cpp42 Base.analyze(getAnalysis<MachineDominatorTree>().getBase());
H A DLazyMachineBlockFrequencyInfo.cpp84 OwnedMLI->getBase().analyze(MDT->getBase());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp235 void GISelCSEInfo::analyze(MachineFunction &MF) { function in class:GISelCSEInfo
373 Info.analyze(*MF);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1074 OwnedMLI->getBase().analyze(MDT->getBase());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp547 Error BitcodeAnalyzer::analyze(Optional<BCDumpOptions> O, function in class:BitcodeAnalyzer
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DOptimizationRemarkEmitter.cpp36 LI.analyze(DT);
H A DLoopInfo.cpp847 LoopInfo::LoopInfo(const DomTreeBase<BasicBlock> &DomTree) { analyze(DomTree); }
927 LI.analyze(AM.getResult<DominatorTreeAnalysis>(F));
1068 LI.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree());
H A DInlineCost.cpp349 InlineResult analyze();
461 if (CA.analyze()) {
1903 InlineResult CallAnalyzer::analyze() { function in class:CallAnalyzer
2180 InlineResult ShouldInline = CA.analyze();
H A DDominanceFrontier.cpp50 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree());
84 DF.analyze(AM.getResult<DominatorTreeAnalysis>(F));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h150 void analyze(MachineFunction &MF);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h9 // This header defines interfaces to analyze LLVM bitcode files/streams.
87 Error analyze(Optional<BCDumpOptions> O = None,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h538 void LoopInfoBase<BlockT, LoopT>::analyze(const DomTreeBase<BlockT> &DomTree) { function in class:llvm::LoopInfoBase
703 OtherLI.analyze(DomTree);
H A DLoopInfo.h1020 void analyze(const DominatorTreeBase<BlockT, false> &DomTree);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp184 std::pair<tooling::Replacements, unsigned> NamespaceEndCommentsFixer::analyze(

Completed in 431 milliseconds

123