Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCloneFunction.cpp49 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBasicBlock() local
329 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBlock() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h582 bool hasCalls() const { return HasCalls; } in hasCalls() function