Home
last modified time | relevance | path

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

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