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

  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 131 BasicBlock *CBB = CloneBasicBlock(&BB, VMap, NameSuffix, NewFunc, CodeInfo);
134 VMap[&BB] = CBB;
145 VMap[OldBBAddr] = BlockAddress::get(NewFunc, CBB);
149 if (ReturnInst *RI = dyn_cast<ReturnInst>(CBB->getTerminator()))
    [all...]
  /external/boringssl/src/include/openssl/
base.h 200 typedef struct cbb_st CBB;
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 606 BasicBlock *CBB =
610 CBB->insertInto(&F, BB->getNextNode());
613 VMap[BB] = CBB;
616 Orig2Clone.emplace_back(BB, CBB);
    [all...]

Completed in 743 milliseconds