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

  /external/llvm/lib/CodeGen/
Analysis.cpp 693 SmallVector<const MachineBasicBlock *, 16> FuncletBlocks;
699 FuncletBlocks.push_back(&MBB);
721 if (FuncletBlocks.empty())
730 for (const MachineBasicBlock *MBB : FuncletBlocks)
WinEHPrepare.cpp 85 MapVector<BasicBlock *, std::vector<BasicBlock *>> FuncletBlocks;
532 FuncletBlocks[Color].push_back(&BB);
587 for (auto &Funclets : FuncletBlocks) {
770 for (auto &Funclet : FuncletBlocks) {
    [all...]

Completed in 108 milliseconds