Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp72 auto RuntimeCall = in emit() local
121 Mutator.CreateCall(RuntimeCallTy, RuntimeCall, in emit()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1344 bool getValuesInOffloadArrays(CallInst &RuntimeCall, in getValuesInOffloadArrays()
1368 if (!OAs[0].initialize(*BasePtrsArray, RuntimeCall)) in getValuesInOffloadArrays()
1376 if (!OAs[1].initialize(*PtrsArray, RuntimeCall)) in getValuesInOffloadArrays()
1388 if (!OAs[2].initialize(*SizesArray, RuntimeCall)) in getValuesInOffloadArrays()
1429 Instruction *canBeMovedDownwards(CallInst &RuntimeCall) { in canBeMovedDownwards()
1433 Instruction *CurrentI = &RuntimeCall; in canBeMovedDownwards()
1453 return RuntimeCall.getParent()->getTerminator(); in canBeMovedDownwards()
1457 bool splitTargetDataBeginRTC(CallInst &RuntimeCall, in splitTargetDataBeginRTC()
1463 auto *F = RuntimeCall.getCaller(); in splitTargetDataBeginRTC()
1476 for (auto &Arg : RuntimeCall.args()) in splitTargetDataBeginRTC()
[all …]