Searched refs:addInstToQueue (Results 1 – 1 of 1) sorted by relevance
471 addInstToQueue(Incoming, Q, SeenValues); in isPredictable()481 addInstToQueue(SelI->getTrueValue(), Q, SeenValues); in isPredictable()482 addInstToQueue(SelI->getFalseValue(), Q, SeenValues); in isPredictable()509 void addInstToQueue(Value *Val, std::deque<Instruction *> &Q, in addInstToQueue() function