Home
last modified time | relevance | path

Searched defs:addDeadEdge (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp184 void addDeadEdge(const Use &DeadEdge) { in addDeadEdge() function in __anonbdb8ef8d0111::CFGDeadness
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3573 void InstCombinerImpl::addDeadEdge(BasicBlock *From, BasicBlock *To, addDeadEdge() function in InstCombinerImpl