Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A 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()
H A DByteCodeExprGen.cpp35 return this->addLocal(Local); in addExtended()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.h94 void addLocal(MVT VT) { Locals.push_back(VT); } in addLocal() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp356 Dist.addLocal(Resolved, Weight); in addToDist()
842 Dist.addLocal(HeaderNode, BackedgeMass.getMass()); in adjustLoopHeaderMass()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h387 void addLocal(const BlockNode &Node, uint64_t Amount) { in addLocal() function
1244 Dist.addLocal(HeaderNode, HeaderWeightValue);
1263 Dist.addLocal(HeaderNode, MinWeight);