Home
last modified time | relevance | path

Searched defs:setDest (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h974 void setDest(LiveRange *lr) { setDest() function
/llvm-project/mlir/lib/Dialect/ControlFlow/IR/
H A DControlFlowOps.cpp197 void BranchOp::setDest(Block *block) { return setSuccessor(block); } in setDest() function in BranchOp
/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h956 void setDest(Value *Ptr) { setDest() function