Searched refs:getBranchDebugLoc (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp1029 /// getBranchDebugLoc - Find and return, if any, the DebugLoc of the branch
1033 static DebugLoc getBranchDebugLoc(MachineBasicBlock &MBB) { function
1098 DebugLoc dl = getBranchDebugLoc(PrevBB);
1156 DebugLoc dl = getBranchDebugLoc(PrevBB);
1170 DebugLoc dl = getBranchDebugLoc(PrevBB);
1208 DebugLoc dl = getBranchDebugLoc(PrevBB);
1238 DebugLoc dl = getBranchDebugLoc(*MBB);
1252 DebugLoc dl = getBranchDebugLoc(*MBB);
1295 DebugLoc pdl = getBranchDebugLoc(PrevBB);
1321 DebugLoc pdl = getBranchDebugLoc(*PMB
[all...]

Completed in 63 milliseconds