Home
last modified time | relevance | path

Searched refs:sinkLastInstruction (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVNSink.cpp610 void sinkLastInstruction(ArrayRef<BasicBlock *> Blocks, BasicBlock *BBEnd);
821 sinkLastInstruction(C.Blocks, InsertBB); in sinkBB()
826 void GVNSink::sinkLastInstruction(ArrayRef<BasicBlock *> Blocks, in sinkLastInstruction() function in __anonec26fc0d0111::GVNSink
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1511 static bool sinkLastInstruction(ArrayRef<BasicBlock*> Blocks) { in sinkLastInstruction() function
1818 if (!sinkLastInstruction(UnconditionalPreds)) in SinkCommonCodeFromPredecessors()