Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp360 bool IsLeafFunction = true; in instrumentFunction() local
367 IsLeafFunction = false; in instrumentFunction()
406 IsLeafFunction, IsInvokeBlock, FuncDesc, in instrumentFunction()
422 IsLeafFunction, IsInvokeBlock, FuncDesc, in instrumentFunction()
439 &*Succ, Succ->getInputOffset(), IsLeafFunction, IsInvokeBlock, in instrumentFunction()
482 IsLeafFunction, IsInvokeBlock, FuncDesc, BBToID[&BB], in instrumentFunction()
492 instrumentLeafNode(BB, BB.begin(), IsLeafFunction, *FuncDesc, in instrumentFunction()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp7795 bool IsLeafFunction = true; in buildOutlinedFrame() local
7812 IsLeafFunction = false; in buildOutlinedFrame()
7867 bool ShouldSignReturnAddr = MFI.shouldSignReturnAddress(!IsLeafFunction); in buildOutlinedFrame()