Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1193 SetVector<Value *> InputObjectsWithLifetime; in eraseLifetimeMarkersOnInputs() local
1208 InputObjectsWithLifetime.insert(Mem); in eraseLifetimeMarkersOnInputs()
1212 return InputObjectsWithLifetime; in eraseLifetimeMarkersOnInputs()
1218 Module *M, const SetVector<Value *> &InputObjectsWithLifetime, in insertLifetimeMarkersSurroundingCall() argument
1220 if (InputObjectsWithLifetime.empty()) in insertLifetimeMarkersSurroundingCall()
1230 for (Value *Mem : InputObjectsWithLifetime) { in insertLifetimeMarkersSurroundingCall()
1367 ValueSet InputObjectsWithLifetime = in extractCodeRegion() local
1392 InputObjectsWithLifetime, TheCall); in extractCodeRegion()