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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DBranchFolding.cpp1040 /// getBranchDebugLoc - Find and return, if any, the DebugLoc of the branch
1044 static DebugLoc getBranchDebugLoc(MachineBasicBlock &MBB) { function
1109 DebugLoc dl = getBranchDebugLoc(PrevBB);
1167 DebugLoc dl = getBranchDebugLoc(PrevBB);
1181 DebugLoc dl = getBranchDebugLoc(PrevBB);
1219 DebugLoc dl = getBranchDebugLoc(PrevBB);
1249 DebugLoc dl = getBranchDebugLoc(*MBB);
1263 DebugLoc dl = getBranchDebugLoc(*MBB);
1306 DebugLoc pdl = getBranchDebugLoc(PrevBB);
1332 DebugLoc pdl = getBranchDebugLoc(*PMB
[all...]

Completed in 108 milliseconds