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

/external/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp45 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; local
56 hasCalls |= (isa<CallInst>(II) && !isa<DbgInfoIntrinsic>(II));
66 CodeInfo->ContainsCalls |= hasCalls;
312 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; local
345 hasCalls |= (isa<CallInst>(II) && !isa<DbgInfoIntrinsic>(II));
405 CodeInfo->ContainsCalls |= hasCalls;
/external/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h464 /// hasCalls - Return true if the current function has any function calls.
465 bool hasCalls() const { return HasCalls; } function in class:llvm::MachineFrameInfo

Completed in 700 milliseconds