HomeSort by relevance Sort by last modified time
    Searched refs:definedInCaller (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 149 /// definedInCaller - Return true if the specified value is defined in the
152 static bool definedInCaller(const SetVector<BasicBlock *> &Blocks, Value *V) {
168 if (definedInCaller(Blocks, *OI))
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CodeExtractor.cpp 72 /// definedInCaller - Return true if the specified value is defined in the
75 bool definedInCaller(Value *V) const {
218 if (definedInCaller(*O))

Completed in 89 milliseconds