Home
last modified time | relevance | path

Searched refs:addLocal (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.h72 void addLocal(MVT VT) { Locals.push_back(VT); } in addLocal() function
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h389 void addLocal(const BlockNode &Node, uint64_t Amount) {
1183 Dist.addLocal(HeaderNode, HeaderWeightValue);
1202 Dist.addLocal(HeaderNode, MinWeight);
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp349 Dist.addLocal(Resolved, Weight); in addToDist()
823 Dist.addLocal(HeaderNode, BackedgeMass.getMass()); in adjustLoopHeaderMass()