Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp152 static bool definedInCaller(const SetVector<BasicBlock *> &Blocks, Value *V) { in definedInCaller() function
168 if (definedInCaller(Blocks, *OI)) in findInputsOutputs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp257 static bool definedInCaller(const SetVector<BasicBlock *> &Blocks, Value *V) { in definedInCaller() function
510 if (!SinkCands.count(V) && definedInCaller(Blocks, V)) in findInputsOutputs()