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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Value.h 495 void dropDroppableUses(llvm::function_ref<bool(const Use *)> ShouldDrop =
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Value.cpp 189 void Value::dropDroppableUses(
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp 1343 I->dropDroppableUses();
AttributorAttributes.cpp 2945 Arg.dropDroppableUses();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 3547 I->dropDroppableUses([DestBlock](const Use *U) {

Completed in 57 milliseconds