Searched refs:definedInRegion (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp137 /// definedInRegion - Return true if the specified value is defined in the
139 static bool definedInRegion(const SetVector<BasicBlock *> &Blocks, Value *V) { function
175 if (!definedInRegion(Blocks, *UI)) {

Completed in 60 milliseconds