Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp261 ArrayRef<Instruction *> ToDuplicate = {});
266 ArrayRef<Instruction *> ToDuplicate = {});
275 ArrayRef<Instruction *> ToDuplicate = {});
962 ArrayRef<Instruction *> ToDuplicate) { in unswitchIfProfitable() argument
982 unswitchNontrivialCondition(LoopCond, Val, CurrentLoop, TI, ToDuplicate); in unswitchIfProfitable()
992 ArrayRef<Instruction *> ToDuplicate) { in emitPreheaderBranchOnCondition() argument
1001 if (!ToDuplicate.empty()) { in emitPreheaderBranchOnCondition()
1003 for (Instruction *I : reverse(ToDuplicate)) { in emitPreheaderBranchOnCondition()
1034 BranchVal = Old2New[ToDuplicate[0]]; in emitPreheaderBranchOnCondition()
1330 ArrayRef<Instruction *> ToDuplicate) { in unswitchNontrivialCondition() argument
[all …]