Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
DByteCodeExprGen.h249 this->addLocal(Local); in add()
252 virtual void addLocal(const Scope::Local &Local) { in addLocal() function
254 this->Parent->addLocal(Local); in addLocal()
288 void addLocal(const Scope::Local &Local) override { in addLocal() function
325 this->Parent->addLocal(Local); in addExtended()
DByteCodeExprGen.cpp35 return this->addLocal(Local); in addExtended()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyMachineFunctionInfo.h94 void addLocal(MVT VT) { Locals.push_back(VT); } in addLocal() function
DWebAssemblyFrameLowering.cpp83 FuncInfo->addLocal(ValueVT.getSimpleVT()); in getLocalForStackObject()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp370 Dist.addLocal(Resolved, Weight); in addToDist()
856 Dist.addLocal(HeaderNode, BackedgeMass.getMass()); in adjustLoopHeaderMass()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h393 void addLocal(const BlockNode &Node, uint64_t Amount) { in addLocal() function
1287 Dist.addLocal(HeaderNode, HeaderWeightValue);
1306 Dist.addLocal(HeaderNode, MinWeight);