HomeSort by: relevance | last modified time | path
    Searched refs:BIL (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCExpandISEL.cpp 68 void handleSpecialCases(BlockISELList &BIL, MachineBasicBlock *MBB);
69 void reorganizeBlockLayout(BlockISELList &BIL, MachineBasicBlock *MBB);
70 void populateBlocks(BlockISELList &BIL);
71 void expandMergeableISELs(BlockISELList &BIL);
262 void PPCExpandISEL::handleSpecialCases(BlockISELList &BIL,
267 auto MI = BIL.begin();
268 while (MI != BIL.end()) {
294 MI = BIL.erase(MI);
305 if (useSameRegister(TrueValue, FalseValue) && (BIL.size() == 1)) {
317 MI = BIL.erase(MI)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 118 void ReplaceInstWithValue(BasicBlock::InstListType &BIL,
125 void ReplaceInstWithInst(BasicBlock::InstListType &BIL,
  /src/crypto/external/apache2/openssl/dist/util/
find-doc-nits 505 [BIL]< # The start of what we recurse on
545 $unmarked =~ s/[BIL]<|>//msg;
654 $unmarked =~ s/[BIL]<|>//msg;
  /src/crypto/external/bsd/openssl/dist/util/
find-doc-nits 476 [BIL]< # The start of what we recurse on
516 $unmarked =~ s/[BIL]<|>//msg;
611 $unmarked =~ s/[BIL]<|>//msg;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 456 void llvm::ReplaceInstWithValue(BasicBlock::InstListType &BIL,
467 BI = BIL.erase(BI);
470 void llvm::ReplaceInstWithInst(BasicBlock::InstListType &BIL,
481 BasicBlock::iterator New = BIL.insert(BI, I);
484 ReplaceInstWithValue(BIL, BI, I);

Completed in 34 milliseconds