Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSelectOptimize.cpp383 std::stack<Instruction *> FalseSlice; in convertProfitableSIGroups() local
384 getExclBackwardsSlice(FI, FalseSlice, true); in convertProfitableSIGroups()
385 maxFalseSliceLen = std::max(maxFalseSliceLen, FalseSlice.size()); in convertProfitableSIGroups()
386 FalseSlices.push_back(FalseSlice); in convertProfitableSIGroups()