HomeSort by relevance Sort by last modified time
    Searched defs:BFI (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 31 std::unique_ptr<ImplType> BFI;
70 BlockFrequencyInfo BFI;
78 BlockFrequencyInfo &getBFI() { return BFI; }
79 const BlockFrequencyInfo &getBFI() const { return BFI; }
BlockFrequencyInfoImpl.h 551 BFIBase &BFI;
581 IrreducibleGraph(BFIBase &BFI, const BFIBase::LoopData *OuterLoop,
583 : BFI(BFI), StartIrr(nullptr) {
594 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
612 for (uint32_t Index = 0; Index < BFI.Working.size(); ++Index)
625 const auto &Working = BFI.Working[Node.Index];
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
CFGMST.h 89 uint64_t EntryWeight = (BFI != nullptr ? BFI->getEntryFreq() : 2);
104 (BFI != nullptr ? BFI->getBlockFreq(&*BB).getFrequency() : 2);
204 BlockFrequencyInfo *BFI;
209 : F(Func), BPI(BPI_), BFI(BFI_) {
PGOInstrumentation.cpp 233 BlockFrequencyInfo *BFI = nullptr)
234 : F(Func), FunctionHash(0), MST(F, BPI, BFI) {
312 BlockFrequencyInfo *BFI) {
314 FuncPGOInstrumentation<PGOEdge, BBInfo> FuncInfo(F, true, BPI, BFI);
445 BlockFrequencyInfo *BFI = nullptr)
446 : F(Func), M(Modu), FuncInfo(Func, false, BPI, BFI) {}
674 BlockFrequencyInfo *BFI =
676 instrumentOneFunc(F, &M, BPI, BFI);
712 BlockFrequencyInfo *BFI =
714 PGOUseFunc Func(F, &M, BPI, BFI);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 99 std::unique_ptr<BlockFrequencyInfo> BFI;
141 BFI.reset();
195 BFI.reset();
198 // successful jump threading, which requires both BPI and BFI being available.
203 BFI.reset(new BlockFrequencyInfo(F, *BPI, LI));
    [all...]
LoopUnswitch.cpp 177 // BFI and ColdEntryFreq are only used when PGO and
179 BlockFrequencyInfo BFI;
448 BFI.calculate(*L->getHeader()->getParent(), BPI, *LI);
454 ColdEntryFreq = BlockFrequency(BFI.getEntryFreq()) * ColdProb;
527 BlockFrequency LoopEntryFreq = BFI.getBlockFreq(loopHeader);
    [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 41 CGBitFieldInfo BFI;
93 BFI = OrigBFI;
94 BFI.Offset = Offset;
95 BFI.StorageSize = AtomicSizeInBits;
96 BFI.StorageOffset += OffsetInChars;
98 BFI, lvalue.getType(),
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 4086 milliseconds