Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp278 static bool definedInCaller(const SetVector<BasicBlock *> &Blocks, Value *V) { in definedInCaller() function
653 if (!SinkCands.count(V) && definedInCaller(Blocks, V)) in findInputsOutputs()