Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopPass.cpp59 static DebugInfoProbeInfo *TheDebugProbe; variable
61 if (TheDebugProbe) return; in createDebugInfoProbe()
67 TheDebugProbe = &*DIP; in createDebugInfoProbe()
235 if (TheDebugProbe) in runOnFunction()
236 TheDebugProbe->initialize(P, F); in runOnFunction()
243 if (TheDebugProbe) in runOnFunction()
244 TheDebugProbe->finalize(P, F); in runOnFunction()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DPassManager.cpp448 static DebugInfoProbeInfo *TheDebugProbe; variable
450 if (TheDebugProbe) return; in createDebugInfoProbe()
456 TheDebugProbe = &*DIP; in createDebugInfoProbe()
1506 if (TheDebugProbe) in runOnFunction()
1507 TheDebugProbe->initialize(FP, F); in runOnFunction()
1514 if (TheDebugProbe) in runOnFunction()
1515 TheDebugProbe->finalize(FP, F); in runOnFunction()