Searched refs:InputObjectsWithLifetime (Results 1 – 1 of 1) sorted by relevance
1193 SetVector<Value *> InputObjectsWithLifetime; in eraseLifetimeMarkersOnInputs() local1208 InputObjectsWithLifetime.insert(Mem); in eraseLifetimeMarkersOnInputs()1212 return InputObjectsWithLifetime; in eraseLifetimeMarkersOnInputs()1218 Module *M, const SetVector<Value *> &InputObjectsWithLifetime, in insertLifetimeMarkersSurroundingCall() argument1220 if (InputObjectsWithLifetime.empty()) in insertLifetimeMarkersSurroundingCall()1230 for (Value *Mem : InputObjectsWithLifetime) { in insertLifetimeMarkersSurroundingCall()1367 ValueSet InputObjectsWithLifetime = in extractCodeRegion() local1392 InputObjectsWithLifetime, TheCall); in extractCodeRegion()