Searched defs:isUsedOutsideOfDefiningBlock (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp47 /// isUsedOutsideOfDefiningBlock - Return true if this instruction is used by
50 static bool isUsedOutsideOfDefiningBlock(const Instruction *I) { function
177 if (isUsedOutsideOfDefiningBlock(&*I))

Completed in 210 milliseconds