Home
last modified time | relevance | path

Searched refs:getInstrBB (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp571 BasicBlock *getInstrBB(Edge *E);
773 BasicBlock *InstrBB = getInstrBB(E); in getInstrumentBBs()
782 BasicBlock *FuncPGOInstrumentation<Edge, BBInfo>::getInstrBB(Edge *E) { in getInstrBB() function in FuncPGOInstrumentation
H A DGCOVProfiling.cpp706 static BasicBlock *getInstrBB(CFGMST<Edge, BBInfo> &MST, Edge &E, in getInstrBB() function
816 // than later in getInstrBB() to avoid invalidating it. in emitProfileNotes()
822 // getInstrBB can split basic blocks and push elements to AllEdges. in emitProfileNotes()
829 E.Place = getInstrBB(MST, E, ExecBlocks); in emitProfileNotes()