Searched refs:getExclBackwardsSlice (Results 1 – 1 of 1) sorted by relevance
182 void getExclBackwardsSlice(Instruction *I, std::stack<Instruction *> &Slice,378 getExclBackwardsSlice(TI, TrueSlice, true); in convertProfitableSIGroups()384 getExclBackwardsSlice(FI, FalseSlice, true); in convertProfitableSIGroups()685 getExclBackwardsSlice(ColdI, ColdSlice); in hasExpensiveColdOperand()712 void SelectOptimize::getExclBackwardsSlice(Instruction *I, in getExclBackwardsSlice() function in SelectOptimize