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

  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 30 std::unique_ptr<ImplType> BFI;
BlockFrequencyInfoImpl.h 538 BFIBase &BFI;
568 IrreducibleGraph(BFIBase &BFI, const BFIBase::LoopData *OuterLoop,
570 : BFI(BFI), StartIrr(nullptr) {
581 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
599 for (uint32_t Index = 0; Index < BFI.Working.size(); ++Index)
612 const auto &Working = BFI.Working[Node.Index];
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.h 203 BFI, // (src0 & src1) | (~src0 & src2)
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 187 BFI,
  /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 5139 milliseconds