Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h419 this->addLocal(Local); in add()
422 virtual void addLocal(const Scope::Local &Local) { in addLocal() function
424 this->Parent->addLocal(Local); in addLocal()
438 P->addLocal(Local); in addExtended()
492 void addLocal(const Scope::Local &Local) override { in addLocal() function
566 this->addLocal(Local); in addExtended()
H A DCompiler.cpp40 return this->addLocal(Local); in addExtended()
/freebsd/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/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp370 Dist.addLocal(Resolved, Weight); in addToDist()
832 Dist.addLocal(HeaderNode, BackedgeMass.getMass()); in adjustLoopHeaderMass()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h394 void addLocal(const BlockNode &Node, uint64_t Amount) { in addLocal() function
1280 Dist.addLocal(HeaderNode, HeaderWeightValue);
1299 Dist.addLocal(HeaderNode, MinWeight);