Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h343 this->addLocal(Local); in add()
346 virtual void addLocal(const Scope::Local &Local) { in addLocal() function
348 this->Parent->addLocal(Local); in addLocal()
388 void addLocal(const Scope::Local &Local) override { in addLocal() function
447 this->addLocal(Local); in addExtended()
459 this->Parent->addLocal(Local); in addExtended()
H A DByteCodeExprGen.cpp37 return this->addLocal(Local); in addExtended()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.h94 void addLocal(MVT VT) { Locals.push_back(VT); } in addLocal() function
H A DWebAssemblyFrameLowering.cpp82 FuncInfo->addLocal(ValueVT.getSimpleVT()); in getLocalForStackObject()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp370 Dist.addLocal(Resolved, Weight); in addToDist()
847 Dist.addLocal(HeaderNode, BackedgeMass.getMass()); in adjustLoopHeaderMass()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h394 void addLocal(const BlockNode &Node, uint64_t Amount) { in addLocal() function
1283 Dist.addLocal(HeaderNode, HeaderWeightValue);
1302 Dist.addLocal(HeaderNode, MinWeight);