Home
last modified time | relevance | path

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

/llvm-project/bolt/include/bolt/Passes/
H A DReorderAlgorithm.h65 struct EdgeTy { struct
70 EdgeTy(const BinaryBasicBlock *Src, const BinaryBasicBlock *Dst, in EdgeTy() argument
/llvm-project/bolt/lib/Rewrite/
H A DBoltDiff.cpp131 EdgeTy; global() typedef in llvm::bolt::RewriteInstanceDiff
/llvm-project/polly/lib/Transform/
H A DForwardOpTree.cpp885 using EdgeTy = std::pair<ForwardingAction *, ChildItTy>; in applyForwardingActions() typedef