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/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp540 if (const Function *CurFunc = I->getFunction()) { in usedInOneFunc() local
541 if (OneFunc && (CurFunc != OneFunc)) in usedInOneFunc()
543 OneFunc = CurFunc; in usedInOneFunc()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2449 Function *CurFunc = Builder.GetInsertBlock()->getParent(); in shuffleAndStore() local
2458 emitBlock(PreCondBB, CurFunc); in shuffleAndStore()
2473 emitBlock(ThenBB, CurFunc); in shuffleAndStore()
2488 emitBlock(ExitBB, CurFunc); in shuffleAndStore()
3565 Function *CurFunc = Builder.GetInsertBlock()->getParent(); in createReductionsGPU() local
3568 for (auto Attr : CurFunc->getAttributes().getFnAttrs()) in createReductionsGPU()
3695 emitBlock(ThenBB, CurFunc); in createReductionsGPU()
3707 &LHSPtr, &RHSPtr, CurFunc)); in createReductionsGPU()
3730 emitBlock(ExitBB, CurFunc); in createReductionsGPU()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp12228 Function &CurFunc = CurMF->getFunction(); in lowerWorkItem() local
12229 if (!CurFunc.hasFnAttribute("branch-target-enforcement")) in lowerWorkItem()