Searched defs:setDest (Results 1 – 9 of 9) sorted by relevance
176 void setDest(Value *Ptr) { in setDest() function
701 auto setDest = [](BasicBlock *Src, BasicBlock *Dest, BasicBlock *BlockInLoop, in UnrollLoop() local
713 auto setDest = [LoopExit, ContinueOnTrue](BasicBlock *Src, BasicBlock *Dest, in UnrollLoop() local
823 void setDest(LiveRange *lr) { in setDest() function
962 void setDest(LiveRange *lr) { in setDest() function
357 void setDest(Value *Ptr) { in setDest() function
960 void setDest(LiveRange *lr) { in setDest() function
439 void setDest(Value *Ptr) { in setDest() function
661 void BranchOp::setDest(Block *block) { return setSuccessor(block); } in setDest() function in BranchOp