Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp471 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