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

  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 140 /// definedInRegion - Return true if the specified value is defined in the
142 static bool definedInRegion(const SetVector<BasicBlock *> &Blocks, Value *V) {
172 if (!definedInRegion(Blocks, U)) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CodeExtractor.cpp 63 /// definedInRegion - Return true if the specified value is defined in the
65 bool definedInRegion(Value *V) const {
224 if (!definedInRegion(*UI)) {

Completed in 203 milliseconds