HomeSort by: relevance | last modified time | path
    Searched refs:dropDroppableUse (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Value.cpp 196 dropDroppableUse(*U);
203 dropDroppableUse(UsrOp);
207 void Value::dropDroppableUse(Use &U) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 323 I->dropDroppableUse(U);
336 Inst->dropDroppableUse(UU);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Value.h 502 static void dropDroppableUse(Use &U);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 1790 Value::dropDroppableUse(II->op_begin()[BOI.Begin]);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SROA.cpp 4377 Value::dropDroppableUse(*U);

Completed in 63 milliseconds