Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp121 const MachineFunction *CurFunc = nullptr; member
133 if (!CurFunc || F != CurFunc) { in getNodeLabel()
134 if (CurFunc) in getNodeLabel()
137 CurFunc = F; in getNodeLabel()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp150 const Function *CurFunc = S.Current->getFunction(); in cleanupAfterFunctionCall() local
151 assert(CurFunc); in cleanupAfterFunctionCall()
153 if (CurFunc->isUnevaluatedBuiltin()) in cleanupAfterFunctionCall()
158 if (CurFunc->isBuiltin()) { in cleanupAfterFunctionCall()
168 if (S.Current->Caller && CurFunc->isVariadic()) { in cleanupAfterFunctionCall()
174 unsigned FixedParams = CurFunc->getNumParams(); in cleanupAfterFunctionCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp11557 Function &CurFunc = CurMF->getFunction(); in lowerWorkItem() local
11559 if (CurFunc.hasFnAttribute("branch-target-enforcement")) { in lowerWorkItem()
11561 CurFunc.getFnAttribute("branch-target-enforcement") in lowerWorkItem()