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

/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp676 MDNode *BranchWeights) {
691 HeadNewTerm->setMetadata(LLVMContext::MD_prof, BranchWeights);
713 MDNode *BranchWeights) {
727 HeadNewTerm->setMetadata(LLVMContext::MD_prof, BranchWeights);
673 SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore, bool Unreachable, MDNode *BranchWeights) argument
710 SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore, TerminatorInst **ThenTerm, TerminatorInst **ElseTerm, MDNode *BranchWeights) argument

Completed in 111 milliseconds