Searched refs:HasReturnsTwiceCall (Results 1 – 2 of 2) sorted by relevance
637 bool HasReturnsTwiceCall = false; member772 HasReturnsTwiceCall |= CI->canReturnTwice(); in visitCallSite()2095 DoDynamicAlloca &= !HasNonEmptyInlineAsm && !HasReturnsTwiceCall; in poisonStack()2096 DoStackMalloc &= !HasNonEmptyInlineAsm && !HasReturnsTwiceCall; in poisonStack()
860 bool HasReturnsTwiceCall = false; member1023 HasReturnsTwiceCall |= CI->canReturnTwice(); in visitCallSite()2915 DoDynamicAlloca &= !HasNonEmptyInlineAsm && !HasReturnsTwiceCall; in processStaticAllocas()2916 DoStackMalloc &= !HasNonEmptyInlineAsm && !HasReturnsTwiceCall; in processStaticAllocas()