Searched defs:hasCalls (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 41 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBasicBlock() local 227 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBlock() local
|
/external/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 46 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBasicBlock() local 274 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBlock() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 49 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBasicBlock() local 314 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBlock() local
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 430 bool hasCalls() const { return HasCalls; } in hasCalls() function
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 502 bool hasCalls() const { return HasCalls; } in hasCalls() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 553 bool hasCalls() const { return HasCalls; } in hasCalls() function
|