Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp200 const Function *CurFunc = S.Current->getFunction(); in cleanupAfterFunctionCall() local
201 assert(CurFunc); in cleanupAfterFunctionCall()
203 if (CurFunc->isUnevaluatedBuiltin()) in cleanupAfterFunctionCall()
208 if (CurFunc->isBuiltin()) { in cleanupAfterFunctionCall()
218 if (S.Current->Caller && CurFunc->isVariadic()) { in cleanupAfterFunctionCall()
235 assert(NumArgs >= CurFunc->getNumWrittenParams()); in cleanupAfterFunctionCall()
236 NumVarArgs = NumArgs - CurFunc->getNumWrittenParams(); in cleanupAfterFunctionCall()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2315 Function *CurFunc = Builder.GetInsertBlock()->getParent(); in shuffleAndStore() local
2324 emitBlock(PreCondBB, CurFunc); in shuffleAndStore()
2339 emitBlock(ThenBB, CurFunc); in shuffleAndStore()
2354 emitBlock(ExitBB, CurFunc); in shuffleAndStore()
3408 Function *CurFunc = Builder.GetInsertBlock()->getParent(); in createReductionsGPU() local
3411 for (auto Attr : CurFunc->getAttributes().getFnAttrs()) in createReductionsGPU()
3536 emitBlock(ThenBB, CurFunc); in createReductionsGPU()
3548 &LHSPtr, &RHSPtr, CurFunc)); in createReductionsGPU()
3564 emitBlock(ExitBB, CurFunc); in createReductionsGPU()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp12075 Function &CurFunc = CurMF->getFunction(); in lowerWorkItem() local
12076 if (!CurFunc.hasFnAttribute("branch-target-enforcement")) in lowerWorkItem()