Searched refs:definedInCaller (Results 1 – 3 of 3) sorted by relevance
152 static bool definedInCaller(const SetVector<BasicBlock *> &Blocks, Value *V) { in definedInCaller() function168 if (definedInCaller(Blocks, *OI)) in findInputsOutputs()
75 bool definedInCaller(Value *V) const { in definedInCaller() function in __anon89e149dc0111::CodeExtractor218 if (definedInCaller(*O)) in findInputsOutputs()
257 static bool definedInCaller(const SetVector<BasicBlock *> &Blocks, Value *V) { in definedInCaller() function510 if (!SinkCands.count(V) && definedInCaller(Blocks, V)) in findInputsOutputs()