Home
last modified time | relevance | path

Searched defs:hasCalls (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp52 bool hasCalls = false, hasDynamicAllocas = false; in CloneBasicBlock() local
376 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBlock() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h579 bool hasCalls() const { return HasCalls; } in hasCalls() function