Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp566 std::stack<Instruction *> TrueSlice; in convertProfitableSIGroups() local
567 getExclBackwardsSlice(TI, TrueSlice, SI.getI(), true); in convertProfitableSIGroups()
568 maxTrueSliceLen = std::max(maxTrueSliceLen, TrueSlice.size()); in convertProfitableSIGroups()
569 TrueSlices.push_back(TrueSlice); in convertProfitableSIGroups()