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

  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp 1 //===-- MachineBlockPlacement.cpp - Basic Block Code Layout optimization --===//
157 class MachineBlockPlacement : public MachineFunctionPass {
223 MachineBlockPlacement() : MachineFunctionPass(ID) {
238 char MachineBlockPlacement::ID = 0;
239 char &llvm::MachineBlockPlacementID = MachineBlockPlacement::ID;
240 INITIALIZE_PASS_BEGIN(MachineBlockPlacement, "block-placement2",
245 INITIALIZE_PASS_END(MachineBlockPlacement, "block-placement2",
279 void MachineBlockPlacement::markChainSuccessors(
319 MachineBasicBlock *MachineBlockPlacement::selectBestSuccessor(
425 MachineBasicBlock *MachineBlockPlacement::selectBestCandidateBlock
    [all...]
Android.mk 45 MachineBlockPlacement.cpp \

Completed in 88 milliseconds