Home
last modified time | relevance | path

Searched defs:calculate (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineDominators.cpp98 void MachineDominatorTree::calculate(MachineFunction &F) { in calculate() function in MachineDominatorTree
H A DLiveIntervalCalc.cpp43 void LiveIntervalCalc::calculate(LiveInterval &LI, bool TrackSubRegs) { calculate() function in LiveIntervalCalc
H A DMachineLoopInfo.cpp78 void MachineLoopInfo::calculate(MachineDominatorTree &MDT) { in calculate() function in MachineLoopInfo
H A DMachineBlockFrequencyInfo.cpp231 void MachineBlockFrequencyInfo::calculate( in calculate() function in MachineBlockFrequencyInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h131 void IDFCalculatorBase<NodeTy, IsPostDom>::calculate( in calculate() function
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp136 void calculate() { in calculate() function in __anon5f812d3b0111::ReachabilityGraph
207 void calculate() { in calculate() function in __anon5f812d3b0111::LoopBlocks
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontierImpl.h159 ForwardDominanceFrontierBase<BlockT>::calculate(const DomTreeT &DT, calculate() function
H A DRegionInfoImpl.h898 void RegionInfoBase<Tr>::calculate(FuncT &F) { calculate() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp184 void BlockFrequencyInfo::calculate(const Function &F, in calculate() function in BlockFrequencyInfo
H A DBranchProbabilityInfo.cpp1223 void BranchProbabilityInfo::calculate(const Function &F, const LoopInfo &LoopI, in calculate() function in BranchProbabilityInfo
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp207 PhiAnalyzer::PeelCounter PhiAnalyzer::calculate(const Value &V) { in calculate() function in __anon41601d4e0111::PhiAnalyzer
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.js2582 …function calculate(side, otherSide, type, adjust, side1, side2, lengthName, targetLength, elemLeng… function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp379 lldb::StopInfoSP Thread::GetPrivateStopInfo(bool calculate) { in GetPrivateStopInfo()