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

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DBranchProbabilityInfo.h123 DenseMap<Edge, uint32_t> Weights; member in class:llvm::BranchProbabilityInfo
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DProfileDataLoaderPass.cpp155 << Weights[s] << "\n"); local
H A DBranchProbabilityInfo.cpp180 SmallVector<uint32_t, 2> Weights; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/unittests/VMCore/
H A DIRBuilderTest.cpp89 MDNode *Weights = MDBuilder(getGlobalContext()).createBranchWeights(42, 13); local
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DMDBuilder.h58 uint32_t Weights[] = { TrueWeight, FalseWeight }; local
63 MDNode *createBranchWeights(ArrayRef<uint32_t> Weights) { argument
H A DIRBuilder.h421 InstTy *addBranchWeights(InstTy *I, MDNode *Weights) { argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DLocal.cpp130 SmallVector<uint32_t, 8> Weights; local
H A DSimplifyCFG.cpp677 SmallVector<uint32_t, 8> Weights; local
783 GetBranchWeights(TerminatorInst *TI, SmallVectorImpl<uint64_t> &Weights) argument
806 FitWeights(MutableArrayRef<uint64_t> Weights) argument
854 SmallVector<uint64_t, 8> Weights; local
2469 SmallVector<uint64_t, 8> Weights; local
2603 SmallVector<uint64_t, 8> Weights; local
3035 SmallVector<uint64_t, 8> Weights; local
3083 SmallVector<uint64_t, 8> Weights; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachineBasicBlock.h78 std::vector<uint32_t> Weights; member in class:llvm::MachineBasicBlock

Completed in 211 milliseconds