Home
last modified time | relevance | path

Searched refs:extractProfMetadata (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstruction.h294 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const;
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUnrollPeel.cpp584 if (LatchBR->extractProfMetadata(TrueWeight, FalseWeight)) { in peelLoop()
H A DLoopUtils.cpp635 if (!LatchBR->extractProfMetadata(TrueVal, FalseVal)) in getLoopEstimatedTripCount()
H A DSimplifyCFG.cpp2525 PBI->extractProfMetadata(PredTrueWeight, PredFalseWeight); in extractPredSuccWeights()
2527 BI->extractProfMetadata(SuccTrueWeight, SuccFalseWeight); in extractPredSuccWeights()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp552 !BI->extractProfMetadata(TrueWeight, FalseWeight)) in convertToCTRLoop()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp212 if (!CondBr->extractProfMetadata(TrueWeight, FalseWeight)) in updatePredecessorProfileMetadata()
258 if (PredBr->extractProfMetadata(PredTrueWeight, PredFalseWeight)) in updatePredecessorProfileMetadata()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp705 if (BR->extractProfMetadata(T, F)) in hasProfileData()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DMetadata.cpp1315 bool Instruction::extractProfMetadata(uint64_t &TrueVal, in extractProfMetadata() function in Instruction
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1705 bool HasProf = I->extractProfMetadata(TC, FC); in getNodeLabel()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5684 if (SI->extractProfMetadata(TrueWeight, FalseWeight)) { in isFormingBranchFromSelectProfitable()
7021 if (Br1->extractProfMetadata(TrueWeight, FalseWeight)) { in splitBranchCondition()
7054 if (Br1->extractProfMetadata(TrueWeight, FalseWeight)) { in splitBranchCondition()