Home
last modified time | relevance | path

Searched refs:calculate (Results 1 – 25 of 135) sorted by relevance

123456

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp159 calculate(F, BPI, LI); in BlockFrequencyInfo()
186 void BlockFrequencyInfo::calculate(const Function &F, in calculate() function in BlockFrequencyInfo
191 BFI->calculate(F, BPI, LI); in calculate()
330 BFI.calculate(F, BPI, LI); in runOnFunction()
338 BFI.calculate(F, AM.getResult<BranchProbabilityAnalysis>(F), in run()
DRegionInfo.cpp104 calculate(F); in recalculate()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp182 calculate(F, MBPI, MLI); in MachineBlockFrequencyInfo()
194 void MachineBlockFrequencyInfo::calculate( in calculate() function in MachineBlockFrequencyInfo
199 MBFI->calculate(F, MBPI, MLI); in calculate()
216 calculate(F, MBPI, MLI); in runOnMachineFunction()
DMachineDominators.cpp53 calculate(F); in runOnMachineFunction()
57 void MachineDominatorTree::calculate(MachineFunction &F) { in calculate() function in MachineDominatorTree
DMachineLoopInfo.cpp46 calculate(getAnalysis<MachineDominatorTree>()); in runOnMachineFunction()
50 void MachineLoopInfo::calculate(MachineDominatorTree &MDT) { in calculate() function in MachineLoopInfo
DLazyMachineBlockFrequencyInfo.cpp89 OwnedMBFI->calculate(*MF, MBPI, *MLI); in calculateIfNotAvailable()
DMachineRegionInfo.cpp71 calculate(F); in recalculate()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp97 calculate(); in ReachabilityGraph()
135 void calculate() { in calculate() function in __anon290572530111::ReachabilityGraph
195 calculate(); in LoopBlocks()
206 void calculate() { in calculate() function in __anon290572530111::LoopBlocks
/freebsd-12-stable/contrib/bc/manuals/
Dalgorithms.md78 to calculate `sin(x)` and `cos(x)`. It also uses the relation
84 to calculate `cos(x)`. It has a complexity of `O(n^3)`.
102 to calculate `e^x`. Since this only works when `x` is small, it uses
124 (where `a` is equal to `(x - 1)/(x + 1)`) to calculate `ln(x)` when `x` is small
147 to calculate `atan(x)` for small `x` and the relation
167 to calculate the bessel function (integer order only).
175 to calculate the bessel when `x < 0`, It has a complexity of `O(n^3)`.
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineLoopInfo.h101 calculate(MDT); in MachineLoopInfo()
148 void calculate(MachineDominatorTree &MDT);
DMachineDominators.h84 calculate(MF); in MachineDominatorTree()
107 void calculate(MachineFunction &F);
DLiveIntervalCalc.h61 void calculate(LiveInterval &LI, bool TrackSubRegs);
DMachineBlockFrequencyInfo.h51 void calculate(const MachineFunction &F,
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DGenericIteratedDominanceFrontier.h102 void calculate(SmallVectorImpl<NodeTy *> &IDFBlocks);
131 void IDFCalculatorBase<NodeTy, IsPostDom>::calculate( in calculate() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DDominanceFrontier.h135 calculate(DT, DT[this->Roots[0]]); in analyze()
138 const DomSetType &calculate(const DomTreeT &DT, const DomTreeNodeT *Node);
DLazyBranchProbabilityInfo.h66 BPI.calculate(*F, *LI, TLI, nullptr, nullptr); in getCalculated()
DBranchProbabilityInfo.h123 calculate(F, LI, TLI, DT, PDT);
199 void calculate(const Function &F, const LoopInfo &LI,
DLazyBlockFrequencyInfo.h52 BFI.calculate( in getCalculated()
DBlockFrequencyInfo.h92 void calculate(const Function &F, const BranchProbabilityInfo &BPI,
/freebsd-12-stable/crypto/openssl/doc/man3/
DPKCS5_PBKDF2_HMAC.pod27 function will calculate the length of B<pass> using strlen().
31 attempt to calculate the length of the B<salt> because it is not assumed to
/freebsd-12-stable/share/examples/kld/khelp/
DREADME4 stack to calculate a per-connection count of inbound and outbound packets when
/freebsd-12-stable/contrib/ntp/scripts/calc_tickadj/
Dcalc_tickadj.texi11 Project, that is used calculate optimal tick value based on given drift file.
/freebsd-12-stable/contrib/gcc/config/sparc/
Dlb1spl.asm104 ! rewritten to only calculate the quotient.
179 ! rewritten to only calculate the remainder.
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DSSAUpdaterBulk.cpp154 IDF.calculate(IDFBlocks); in RewriteAllUses()
/freebsd-12-stable/sys/geom/
Dnotes77 In g_io_deliver() we calculate the delta-T from wentbusy and add this
116 sector#53 of the slice, it can calculate how many bytes till the end of

123456