Searched defs:Edge (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h113 typedef std::pair<const BasicBlock *, unsigned> Edge; typedef in class:llvm::BranchProbabilityInfo
H A DProfileDataLoader.h45 typedef std::pair<const BType*, const BType*> Edge; typedef in class:llvm::ProfileDataT
[all...]
H A DProfileInfo.h58 typedef std::pair<const BType*, const BType*> Edge; typedef in class:llvm::ProfileInfoT
[all...]
H A DSparsePropagation.h131 typedef std::pair<BasicBlock*,BasicBlock*> Edge; typedef in class:llvm::SparseSolver
H A DLoopInfo.h204 typedef std::pair<const BlockT*, const BlockT*> Edge; typedef in class:llvm::LoopBase
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMaximumSpanningTree.h30 typedef std::pair<const T*, const T*> Edge; typedef in class:llvm::MaximumSpanningTree
H A DGCOVProfiling.cpp495 unsigned Edge = 0; local
616 unsigned Edge = 0; local
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp205 typedef std::pair<BasicBlock*, BasicBlock*> Edge; typedef in class:__anon2667::SCCPSolver
H A DGVN.cpp2552 std::pair<TerminatorInst*, unsigned> Edge = toSplit.pop_back_val(); local

Completed in 257 milliseconds