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

  /external/llvm/include/llvm/IR/
Value.h 266 /// replaceUsesOutsideBlock - Go through the uses list for this definition and
271 void replaceUsesOutsideBlock(Value *V, BasicBlock *BB);
  /external/llvm/lib/IR/
Value.cpp 394 void Value::replaceUsesOutsideBlock(Value *New, BasicBlock *BB) {
395 assert(New && "Value::replaceUsesOutsideBlock(<null>, BB) is invalid!");
397 "this->replaceUsesOutsideBlock(expr(this), BB) is NOT valid!");
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]

Completed in 79 milliseconds