Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp981 SmallVector<Instruction *, 4> SafeToSink; in fuseCandidates() local
992 SafeToSink)) { in fuseCandidates()
1016 movePreheaderInsts(*FC0, *FC1, SafeToHoist, SafeToSink); in fuseCandidates()
1184 SmallVector<Instruction *, 4> &SafeToSink) const { in collectMovablePreheaderInsts()
1219 SafeToSink.push_back(&I); in collectMovablePreheaderInsts()