Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h90 SmallDenseSet<std::pair<BasicBlock *, BasicBlock *>, 8> DeadEdges; global() variable
/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp72 SetVector<const Use *> DeadEdges; // Contains all dead edges from live blocks. member in __anonbdb8ef8d0111::CFGDeadness
/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3714 DenseSet<std::pair<const BasicBlock *, const BasicBlock *>> DeadEdges; global() member