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

  /src/external/apache2/llvm/dist/llvm/lib/XRay/
Trace.cpp 309 for (auto &PTB : Index) {
310 auto &Blocks = PTB.second;
328 for (auto &PTB : Index) {
329 auto &Blocks = PTB.second;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 3360 BasicBlock *PTB, BasicBlock *PFB, BasicBlock *QTB, BasicBlock *QFB,
3364 // PTB or PFB, and the other from QTB or QFB. We don't support more than one
3365 // store (to any address) in PTB,PFB or QTB,QFB.
3368 StoreInst *PStore = findUniqueStoreInBlocks(PTB, PFB);
3440 (!IsWorthwhile(PTB, FreeStores) || !IsWorthwhile(PFB, FreeStores) ||
3473 Value *PPred = PStore->getParent() == PTB ? PCond : QB.CreateNot(PCond);
3522 // PTB PFB | PFB
3533 BasicBlock *PTB = PBI->getSuccessor(0);
3551 std::swap(PFB, PTB);
3559 // From this point on we can assume PTB or QTB may be fallthroughs but PF
    [all...]

Completed in 22 milliseconds