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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 594 BasicBlock *getInstrBB(Edge *E);
787 BasicBlock *InstrBB = getInstrBB(E);
808 BasicBlock *FuncPGOInstrumentation<Edge, BBInfo>::getInstrBB(Edge *E) {
900 // later in getInstrBB() to avoid invalidating it.
1856 // later in getInstrBB() to avoid invalidating it.
GCOVProfiling.cpp 756 static BasicBlock *getInstrBB(CFGMST<Edge, BBInfo> &MST, Edge &E,
862 // than later in getInstrBB() to avoid invalidating it.
867 // getInstrBB can split basic blocks and push elements to AllEdges.
874 E.Place = getInstrBB(MST, E, ExecBlocks);

Completed in 30 milliseconds