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

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
InstructionSimplify.h 155 /// ReplaceAndSimplifyAllUses - Perform From->replaceAllUsesWith(To) and then
161 void ReplaceAndSimplifyAllUses(Instruction *From, Value *To,
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
Local.cpp 354 ReplaceAndSimplifyAllUses(Inst, V, TD);
411 ReplaceAndSimplifyAllUses(PN, PNV, TD);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CodeGenPrepare.cpp 544 ReplaceAndSimplifyAllUses(CI, RetVal, TLI ? TLI->getTargetData() : 0,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 506 milliseconds