Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp1200 Function *RTFn = nullptr; in createCritical() local
1204 RTFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_critical_with_hint); in createCritical()
1206 RTFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_critical); in createCritical()
1208 Instruction *EntryCall = Builder.CreateCall(RTFn, EnterArgs); in createCritical()