Searched refs:calculate (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineDominators.cpp53 calculate(F);
57 void MachineDominatorTree::calculate(MachineFunction &F) { function in class:MachineDominatorTree
H A DMachineLoopInfo.cpp43 calculate(getAnalysis<MachineDominatorTree>());
47 void MachineLoopInfo::calculate(MachineDominatorTree &MDT) { function in class:MachineLoopInfo
H A DLazyMachineBlockFrequencyInfo.cpp89 OwnedMBFI->calculate(*MF, MBPI, *MLI);
H A DMachineBlockFrequencyInfo.cpp180 calculate(F, MBPI, MLI);
192 void MachineBlockFrequencyInfo::calculate( function in class:MachineBlockFrequencyInfo
197 MBFI->calculate(F, MBPI, MLI);
214 calculate(F, MBPI, MLI);
H A DMachineRegionInfo.cpp71 calculate(F);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyBranchProbabilityInfo.h66 BPI.calculate(*F, *LI, TLI);
H A DDominanceFrontier.h9 // This file defines the DominanceFrontier class, which calculate and holds the
136 calculate(DT, DT[this->Roots[0]]);
139 const DomSetType &calculate(const DomTreeT &DT, const DomTreeNodeT *Node);
H A DLazyBlockFrequencyInfo.h52 BFI.calculate(
H A DBlockFrequencyInfo.h91 /// calculate - compute block frequency info for the given function.
92 void calculate(const Function &F, const BranchProbabilityInfo &BPI,
H A DBranchProbabilityInfo.h59 calculate(F, LI, TLI);
134 void calculate(const Function &F, const LoopInfo &LI,
H A DDominanceFrontierImpl.h10 // calculate and holds the dominance frontier for a function for.
160 ForwardDominanceFrontierBase<BlockT>::calculate(const DomTreeT &DT, function in class:llvm::ForwardDominanceFrontierBase
183 // Loop over CFG successors to calculate DFlocal[currentNode]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBlockFrequencyInfo.h50 /// calculate - compute block frequency info for the given function.
51 void calculate(const MachineFunction &F,
H A DMachineLoopInfo.h17 // It can calculate on the fly various bits of information, for example:
95 calculate(MDT);
139 void calculate(MachineDominatorTree &MDT);
H A DLiveRangeCalc.h229 void calculate(LiveInterval &LI, bool TrackSubRegs);
H A DMachineDominators.h85 calculate(MF);
117 void calculate(MachineFunction &F);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp157 calculate(F, BPI, LI);
184 void BlockFrequencyInfo::calculate(const Function &F, function in class:BlockFrequencyInfo
189 BFI->calculate(F, BPI, LI);
323 BFI.calculate(F, BPI, LI);
331 BFI.calculate(F, AM.getResult<BranchProbabilityAnalysis>(F),
H A DOptimizationRemarkEmitter.cpp40 BPI.calculate(*F, LI);
H A DRegionInfo.cpp107 calculate(F);
H A DBranchProbabilityInfo.cpp972 void BranchProbabilityInfo::calculate(const Function &F, const LoopInfo &LI, function in class:BranchProbabilityInfo
981 // FIXME: We could only calculate this if the CFG is known to be irreducible
982 // (perhaps cache this info in LoopInfo if we can easily calculate it there?).
1057 BPI.calculate(F, LI, &TLI);
1072 BPI.calculate(F, AM.getResult<LoopAnalysis>(F), &AM.getResult<TargetLibraryAnalysis>(F));
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h102 void calculate(SmallVectorImpl<NodeTy *> &IDFBlocks);
131 void IDFCalculatorBase<NodeTy, IsPostDom>::calculate( function in class:llvm::IDFCalculatorBase
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp86 calculate();
124 void calculate() { function in class:__anon5392::ReachabilityGraph
184 calculate();
195 void calculate() { function in class:__anon5392::LoopBlocks
/freebsd-12-stable/share/mk/
H A Dbsd.init.mk52 # (not) reading in depend files. For DIRDEPS_BUILD, it will only calculate
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdaterBulk.cpp154 IDF.calculate(IDFBlocks);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DDominators.h241 IDFCalc.calculate(ControlDependencies);
/freebsd-12-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js2331 if(position !== FALSE) { this.calculate(corner); }
2334 calculate: function(corner) {
2419 offset = this.calculate(newCorner, adjust);
2582 function calculate(side, otherSide, type, adjust, side1, side2, lengthName, targetLength, elemLength) {
2643 left: methodX !== 'none' ? calculate( X, Y, methodX, adjust.x, LEFT, RIGHT, WIDTH, targetWidth, elemWidth ) : 0,
2644 top: methodY !== 'none' ? calculate( Y, X, methodY, adjust.y, TOP, BOTTOM, HEIGHT, targetHeight, elemHeight ) : 0

Completed in 313 milliseconds

12