Home
last modified time | relevance | path

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

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