Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp794 getBestMergeGain(ChainT * ChainPred,ChainT * ChainSucc,ChainEdge * Edge) const getBestMergeGain() argument
872 computeMergeGain(const ChainT * ChainPred,const ChainT * ChainSucc,const std::vector<JumpT * > & Jumps,size_t MergeOffset,MergeTypeT MergeType) const computeMergeGain() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp273 SDep ChainPred; in CopyAndMoveSuccessors() local