HomeSort by: relevance | last modified time | path
    Searched defs:definedInCaller (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 277 /// definedInCaller - Return true if the specified value is defined in the
280 static bool definedInCaller(const SetVector<BasicBlock *> &Blocks, Value *V) {
654 if (!SinkCands.count(V) && definedInCaller(Blocks, V))

Completed in 21 milliseconds