Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSelectOptimize.cpp381 std::stack<Instruction *> TrueSlice; in convertProfitableSIGroups() local
382 getExclBackwardsSlice(TI, TrueSlice, SI, true); in convertProfitableSIGroups()
383 maxTrueSliceLen = std::max(maxTrueSliceLen, TrueSlice.size()); in convertProfitableSIGroups()
384 TrueSlices.push_back(TrueSlice); in convertProfitableSIGroups()