Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1092 SetVector<Value *> &LifetimesStart) { in eraseLifetimeMarkersOnInputs() argument
1107 LifetimesStart.insert(Mem); in eraseLifetimeMarkersOnInputs()
1116 Module *M, ArrayRef<Value *> LifetimesStart, ArrayRef<Value *> LifetimesEnd, in insertLifetimeMarkersSurroundingCall() argument
1141 if (!LifetimesStart.empty()) { in insertLifetimeMarkersSurroundingCall()
1142 insertMarkers(Intrinsic::lifetime_start, LifetimesStart, in insertLifetimeMarkersSurroundingCall()
1463 ValueSet LifetimesStart; in extractCodeRegion() local
1464 eraseLifetimeMarkersOnInputs(Blocks, SinkingCands, LifetimesStart); in extractCodeRegion()
1526 EntryFreq, LifetimesStart.getArrayRef(), Reloads); in extractCodeRegion()
1828 BlockFrequency EntryFreq, ArrayRef<Value *> LifetimesStart, in emitReplacerCall() argument
2021 insertLifetimeMarkersSurroundingCall(oldFunction->getParent(), LifetimesStart, in emitReplacerCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h307 ArrayRef<Value *> LifetimesStart,