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

  /external/webkit/Source/WebKit/win/Interfaces/
IWebGeolocationPosition.idl 33 uuid(8C92A6B9-4CBB-4626-A596-24C1B47D7CC7),
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 118 BasicBlock *CBB = CloneBasicBlock(&BB, VMap, NameSuffix, NewFunc, CodeInfo);
121 VMap[&BB] = CBB;
132 VMap[OldBBAddr] = BlockAddress::get(NewFunc, CBB);
136 if (ReturnInst *RI = dyn_cast<ReturnInst>(CBB->getTerminator()))

Completed in 82 milliseconds