Home
last modified time | relevance | path

Searched refs:StackRestoreCGN (Results 1 – 1 of 1) sorted by relevance

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp433 CallGraphNode *StackSaveCGN = 0, *StackRestoreCGN = 0, *CallerNode = 0; in InlineFunction() local
436 StackRestoreCGN = CG->getOrInsertFunction(StackRestore); in InlineFunction()
449 if (IFI.CG) CallerNode->addCalledFunction(CI, StackRestoreCGN); in InlineFunction()
462 if (IFI.CG) CallerNode->addCalledFunction(CI, StackRestoreCGN); in InlineFunction()