Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp254 const auto &DstBlock = Edge.second; in isLoopEnteringEdge() local
273 const auto &DstBlock = Edge.second; in isLoopBackEdge() local
DDependenceAnalysis.cpp747 const BasicBlock *DstBlock = Dst->getParent(); in establishNestingLevels() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLICM.cpp853 static bool worthSinkOrHoistInst(Instruction &I, BasicBlock *DstBlock, in worthSinkOrHoistInst()