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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVNSink.cpp 614 void sinkLastInstruction(ArrayRef<BasicBlock *> Blocks, BasicBlock *BBEnd);
828 sinkLastInstruction(C.Blocks, InsertBB);
833 void GVNSink::sinkLastInstruction(ArrayRef<BasicBlock *> Blocks,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 1792 static bool sinkLastInstruction(ArrayRef<BasicBlock*> Blocks) {
2181 if (!sinkLastInstruction(UnconditionalPreds)) {

Completed in 55 milliseconds