Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()