HomeSort by relevance Sort by last modified time
    Searched refs:LBI (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 348 LargeBlockInfo &LBI,
377 StoreIndex = LBI.getInstructionIndex(OnlyStore);
379 if (unsigned(StoreIndex) > LBI.getInstructionIndex(LI)) {
405 LBI.deleteValue(LI);
418 LBI.deleteValue(DDI);
422 LBI.deleteValue(Info.OnlyStore);
427 LBI.deleteValue(AI);
445 LargeBlockInfo &LBI,
458 StoresByIndex.push_back(std::make_pair(LBI.getInstructionIndex(SI), SI));
471 unsigned LoadIdx = LBI.getInstructionIndex(LI)
    [all...]
  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp     [all...]

Completed in 189 milliseconds